Skip to content

Commit

Permalink
remove base url
Browse files Browse the repository at this point in the history
  • Loading branch information
enyst committed Nov 28, 2024
1 parent c99230c commit f47f3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
env:
LLM_MODEL: "deepseek/deepseek-chat"
LLM_API_KEY: ${{ secrets.DEEPSEEK_API_KEY }}
LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}
#LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}
run: |
echo "[llm.eval]" > config.toml
echo "model = \"$LLM_MODEL\"" >> config.toml
echo "api_key = \"$LLM_API_KEY\"" >> config.toml
echo "base_url = \"$LLM_BASE_URL\"" >> config.toml
#echo "base_url = \"$LLM_BASE_URL\"" >> config.toml
echo "temperature = 0.0" >> config.toml
- name: Run integration test evaluation for DeepSeek
Expand Down

0 comments on commit f47f3d3

Please sign in to comment.