Skip to content

Commit

Permalink
Test with OpenRouter: do not use the free model
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jun 1, 2024
1 parent 4d1260d commit d35edaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-openrouter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
env:
LLM_API_BASE_URL: 'https://openrouter.ai/api/v1'
LLM_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
LLM_CHAT_MODEL: 'meta-llama/llama-3-8b-instruct:free'
LLM_CHAT_MODEL: 'meta-llama/llama-3-8b-instruct'

- run: cat output.txt

0 comments on commit d35edaa

Please sign in to comment.