minion-space / config /config.yaml
femtowin's picture
config.yaml
026389b
raw
history blame contribute delete
825 Bytes
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