mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
add groq llama3 (#3673)
This commit is contained in:
parent
b64080be1b
commit
4969783383
|
@ -0,0 +1,25 @@
|
||||||
|
model: llama3-70b-8192
|
||||||
|
label:
|
||||||
|
zh_Hans: Llama-3-70B-8192
|
||||||
|
en_US: Llama-3-70B-8192
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 8192
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
default: 512
|
||||||
|
min: 1
|
||||||
|
max: 8192
|
||||||
|
pricing:
|
||||||
|
input: '0.05'
|
||||||
|
output: '0.1'
|
||||||
|
unit: '0.000001'
|
||||||
|
currency: USD
|
|
@ -0,0 +1,25 @@
|
||||||
|
model: llama3-8b-8192
|
||||||
|
label:
|
||||||
|
zh_Hans: Llama-3-8B-8192
|
||||||
|
en_US: Llama-3-8B-8192
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 8192
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
default: 512
|
||||||
|
min: 1
|
||||||
|
max: 8192
|
||||||
|
pricing:
|
||||||
|
input: '0.59'
|
||||||
|
output: '0.79'
|
||||||
|
unit: '0.000001'
|
||||||
|
currency: USD
|
Loading…
Reference in New Issue
Block a user