Spaces:
Sleeping
Sleeping
File size: 825 Bytes
026389b |
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 |
models:
default:
api_type: "azure"
api_key: ""
base_url: ""
api_version: "2024-06-01"
model: "gpt-4o"
temperature: 0.7
max_tokens: 4000
vision_enabled: false
gpt-4o:
api_type: "azure"
api_key: ""
base_url: ""
api_version: "2024-06-01"
model: "gpt-4o"
temperature: 0.0
max_tokens: 4000
vision_enabled: false
gpt-4o-mini:
api_type: "azure"
api_key: ""
base_url: ""
api_version: "2024-06-01"
model: "gpt-4o-mini"
temperature: 0.1
max_tokens: 4000
vision_enabled: false
llm:
api_type: "azure"
api_key: ""
base_url: ""
api_version: "2024-06-01"
model: "gpt-4o"
temperature: 0.7
max_tokens: 4000
vision_enabled: false
python_env:
type: "local"
verbose: false
system:
log_level: "INFO"
max_retries: 3 |