Skip to content

Commit

Permalink
Ollama test end to end
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Feb 20, 2025
1 parent 2de364b commit 8ebd9a7
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 @@ -56,10 +56,10 @@ jobs:
with:
example-location: ./examples/python/simple_example.py
secrets:
LLM_API_KEY: "ollama"
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}
LLM_API_KEY: "ollama"
LLM_PROVIDER: "ollama"
LLM_ENDPOINT: "http://localhost:11434"
LLM_MODEL: "ollama/llama3.2"
Expand Down

0 comments on commit 8ebd9a7

Please sign in to comment.