Skip to content

Commit

Permalink
Fix ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Feb 22, 2025
1 parent 1dfb0dd commit 4c4723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
PYTHONFAULTHANDLER: 1
LLM_API_KEY: "ollama"
LLM_PROVIDER: "ollama"
LLM_ENDPOINT: "http://127.0.0.1:11434"
LLM_ENDPOINT: "http://127.0.0.1:11434/v1/chat/completions"
LLM_MODEL: "ollama/llama3.2"
EMBEDDING_PROVIDER: "ollama"
EMBEDDING_MODEL: "avr/sfr-embedding-mistral:latest"
Expand Down

0 comments on commit 4c4723b

Please sign in to comment.