mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 05:55:52 +08:00
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:
parent
af98fd29bf
commit
71c50b7e20
@ -31,6 +31,12 @@ parameters:
|
|||||||
- value: claude-3-haiku
|
- value: claude-3-haiku
|
||||||
label:
|
label:
|
||||||
en_US: Claude 3
|
en_US: Claude 3
|
||||||
|
- value: llama-3-70b
|
||||||
|
label:
|
||||||
|
en_US: Llama 3
|
||||||
|
- value: mixtral-8x7b
|
||||||
|
label:
|
||||||
|
en_US: Mixtral
|
||||||
default: gpt-3.5
|
default: gpt-3.5
|
||||||
label:
|
label:
|
||||||
en_US: Choose Model
|
en_US: Choose Model
|
||||||
|
1250
api/poetry.lock
generated
1250
api/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -185,7 +185,7 @@ zhipuai = "1.0.7"
|
|||||||
arxiv = "2.1.0"
|
arxiv = "2.1.0"
|
||||||
matplotlib = "~3.8.2"
|
matplotlib = "~3.8.2"
|
||||||
newspaper3k = "0.2.8"
|
newspaper3k = "0.2.8"
|
||||||
duckduckgo-search = "~6.1.5"
|
duckduckgo-search = "^6.1.8"
|
||||||
jsonpath-ng = "1.6.1"
|
jsonpath-ng = "1.6.1"
|
||||||
numexpr = "~2.9.0"
|
numexpr = "~2.9.0"
|
||||||
opensearch-py = "2.4.0"
|
opensearch-py = "2.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user