forked from sigoden/aichat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.agent.example.yaml
More file actions
11 lines (10 loc) · 772 Bytes
/
Copy pathconfig.agent.example.yaml
File metadata and controls
11 lines (10 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
# Agent-specific configuration
# Location `<aichat-config-dir>/agents/<agent-name>/config.yaml`
model: openai:gpt-4o # Specify the LLM to use
temperature: null # Set default temperature parameter, range (0, 1)
top_p: null # Set default top-p parameter, with a range of (0, 1) or (0, 2) depending on the model
use_tools: null # Which additional tools to use by agent. (e.g. 'fs,web_search')
agent_prelude: null # Set a session to use when starting the agent. (e.g. temp, default)
instructions: null # Override the instructions for the agent, have no effect for dynamic instructions
variables: # Custom default values for the agent variables
<key>: <value>