feat: add Llama 3 and Mixtral model options to ddgo_ai.yaml (#5979)

Signed-off-by: K8sCat <k8scat@gmail.com>
This commit is contained in:
K8sCat 2024-07-05 21:11:15 +08:00 committed by GitHub
parent af98fd29bf
commit 71c50b7e20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 639 additions and 619 deletions

View File

@ -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

1250
api/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -185,7 +185,7 @@ zhipuai = "1.0.7"
arxiv = "2.1.0"
matplotlib = "~3.8.2"
newspaper3k = "0.2.8"
duckduckgo-search = "~6.1.5"
duckduckgo-search = "^6.1.8"
jsonpath-ng = "1.6.1"
numexpr = "~2.9.0"
opensearch-py = "2.4.0"