Skip to content

Commit

Permalink
feat: add Llama 3 and Mixtral model options to ddgo_ai.yaml (#5979)
Browse files Browse the repository at this point in the history
Signed-off-by: K8sCat <[email protected]>
  • Loading branch information
k8scat authored Jul 5, 2024
1 parent af98fd2 commit 71c50b7
Show file tree
Hide file tree
Showing 3 changed files with 653 additions and 633 deletions.
6 changes: 6 additions & 0 deletions api/core/tools/provider/builtin/duckduckgo/tools/ddgo_ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ parameters:
- value: claude-3-haiku
label:
en_US: Claude 3
- value: llama-3-70b
label:
en_US: Llama 3
- value: mixtral-8x7b
label:
en_US: Mixtral
default: gpt-3.5
label:
en_US: Choose Model
Expand Down
Loading

0 comments on commit 71c50b7

Please sign in to comment.