Views
No views yet
1ollama serve --model javier-lazaro/Skyrim-Esp-Llama-3.1-8B-Instruct-Alpaca-v2
2
3curl -X POST http://localhost:11434/v1/chat/completions \
4 -H "Content-Type: application/json" \
5 -d '{
6 "model":"llama-3.1-8b-instruct-alpaca-v2",
7 "messages":[{"role":"user","content":"¿Qué relevancia tiene Ulfric Corazón de Colmillo?"}]
8 }'