forked from OpenBMB/XAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
49 lines (43 loc) · 1.12 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
openai_keys:
gpt-3.5-turbo-16k:
- api_key: sk-xxxxx
api_base: https://example.com
api_type: azure
api_version: 2023-07-01-preview
engine: GPT-35-Turbo-16k
# you can use any kwargs supported by openai.ChatCompletion here
- api_key: sk-xxxxx
organization: org-xxxxxx
model: gpt-3.5-turbo-16k
gpt-4:
- api_key: sk-xxxxx
organization: org-xxxxx
model: gpt-4
- api_key: sk-xxxxx
organization: org-xxxxxx
model: gpt-4
gpt-4-32k:
- api_key: sk-xxxxx
organization: org-xxxxx
model: gpt-4-32k
- api_key: sk-xxxxx
organization: org-xxxxxx
model: gpt-4-32k
default_completion_kwargs:
model: gpt-4-32k
temperature: 0.5
request_timeout: 60
enable_summary: true
summary:
single_action_max_length: 8192
max_return_length: 18432
use_selfhost_toolserver: true
selfhost_toolserver_url: http://localhost:8080
max_retry_times: 3
max_subtask_chain_length: 20
max_plan_refine_chain_length: 3
max_plan_tree_depth: 3
max_plan_tree_width: 5
max_plan_length: 8192
rapidapi_retrieve_tool_count: 0
enable_ask_human_for_help: False