Skip to content

Commit

Permalink
build: use pydantic ollama action instead of custom one
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Dec 19, 2024
1 parent 7eaf491 commit caf4cb1
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 @@ -36,7 +36,7 @@ jobs:
python-version: "3.12"

- name: Serve Ollama Model
uses: phil65/ollama-github-action@v1
uses: pydantic/ollama-action@v3
with:
model: "smollm2:360m"

Expand Down

0 comments on commit caf4cb1

Please sign in to comment.