Skip to content

Commit

Permalink
build: use smaller llm model for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 7, 2024
1 parent 68ba519 commit c4a087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Serve Ollama Model
uses: phil65/ollama-github-action@v1
with:
model: "smollm2"
model: "smollm2:360m"

- name: Install uv
uses: yezz123/setup-uv@v4
Expand Down

0 comments on commit c4a087a

Please sign in to comment.