We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6102d2e commit 752d43dCopy full SHA for 752d43d
.github/workflows/quality.yml
@@ -19,6 +19,7 @@ jobs:
19
python-version: ['3.10', '3.11', '3.12'] # Need to add 3.13 once we resolve outlines issues.
20
env:
21
GITHUB_ACTION: 1
22
+ OLLAMA_HOST: "127.0.0.1:5000"
23
steps:
24
- uses: actions/checkout@v4
25
- name: Install uv and set the python version
0 commit comments