-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
62 lines (61 loc) · 1.65 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
llms:
groq/llama3-70b-8192:
type: ChatOpenAI
temperature: 0.1
model_name: "llama3-70b-8192"
# openai_api_key: ""
openai_api_base: "https://api.groq.com/openai/v1"
max_tokens: 8192
verbose: true
groq/llama3-8b-8192:
type: ChatOpenAI
temperature: 0.1
model_name: "llama3-8b-8192"
openai_api_base: "https://api.groq.com/openai/v1"
max_tokens: 8192
verbose: true
groq/gemma2-9b-it:
type: ChatOpenAI
temperature: 0.1
model_name: "gemma2-9b-it"
openai_api_base: "https://api.groq.com/openai/v1"
max_tokens: 8192
verbose: true
groq/mixtral-8x7b-32768:
type: ChatOpenAI
temperature: 0.1
model_name: "mixtral-8x7b-32768"
openai_api_base: "https://api.groq.com/openai/v1"
max_tokens: 8192
verbose: true
# anthropic/claude-3-haiku:
# type: ChatOpenAI
# temperature: 0.1
# model_name: "anthropic/claude-3-haiku:beta"
# openai_api_key: ""
# openai_api_base: "https://openrouter.ai/api/v1"
# max_tokens: 8192
# verbose: true
# anthropic/claude-3-sonnet:
# type: ChatOpenAI
# temperature: 0.1
# model_name: "anthropic/claude-3-sonnet:beta"
# openai_api_key: ""
# openai_api_base: "https://openrouter.ai/api/v1"
# max_tokens: 8192
# verbose: true
# anthropic/deepseek-chat:
# type: ChatOpenAI
# temperature: 0.1
# model_name: "deepseek/deepseek-chat"
# openai_api_key: ""
# openai_api_base: "https://openrouter.ai/api/v1"
# max_tokens: 8192
# verbose: true
examples_path: "app/examples"
server_name: 0.0.0.0
# server_port: 7860
recursion_limit: 16
recursion_limit_max: 20
allow_flagging: false
verbose: false