Skip to content

Commit

Permalink
Updated model: llama-3.1-70b
Browse files Browse the repository at this point in the history
  • Loading branch information
meethuhu committed Aug 15, 2024
1 parent 914f8ea commit 30e5788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GHCR_PAT }}
with:
tag_name: v2.1.2
tag_name: v2.1.3
files: |
duck2api-linux-amd64.tar.gz
duck2api-windows-amd64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2478,7 +2478,7 @@
<select id="preSetModel">
<option value="gpt-4o-mini">gpt-4o-mini</option>
<option value="claude-3-haiku-20240307">claude-3-haiku-20240307</option>
<option value="llama-3-70b">llama-3-70b</option>
<option value="llama-3.1-70b">llama-3.1-70b</option>
<option value="mixtral-8x7b">mixtral-8x7b</option>
</select>
</div>
Expand Down

0 comments on commit 30e5788

Please sign in to comment.