File size: 1,246 Bytes
3289c58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# For OpenAI:
# AGENT_SETTING_CONFIG="settings.openai.toml" #Could be replaced by the settings in ./configurations/models
# OPENAI_API_KEY="XXXXXX"
# OPENAI_API_VERSION="2024-08-01-preview"

# For WatsonX
# AGENT_SETTING_CONFIG="settings.watsonx.toml" #Could be replaced by the settings in ./configurations/models
# WATSONX_PROJECT_ID="XXXXXX"
# WATSONX_URL="https://us-south.ml.cloud.ibm.com"
# WATSONX_APIKEY="XXXXXX"

# For Azure Openai
# AGENT_SETTING_CONFIG="settings.azure.toml" #Could be replaced by the settings in ./configurations/models
# AZURE_OPENAI_API_KEY="XXXXXX"
# AZURE_OPENAI_ENDPOINT="XXXXXX"

# For LiteLLM:
# AGENT_SETTING_CONFIG="settings.openai.toml" #Could be replaced by the settings in ./configurations/models
# OPENAI_API_KEY="XXXXXX"
# OPENAI_BASE_URL="XXXXXX"

# For OpenRouter
# AGENT_SETTING_CONFIG="settings.openrouter.toml" #Could be replaced by the settings in ./configurations/models
# OPENROUTER_API_KEY="XXXXXX"
# OPENROUTER_BASE_URL="https://openrouter.ai/api/v1"


# OPTIONAL FOR DEMO MODE TO SAVE BOOKMARKS AND PASSWORDS INTO A PROFILE
# MAC_USER_DATA_PATH="~/Library/Application Support/Google/Chrome/AgentS"
# WINDOWS_USER_DATA_PATH="C:/Users/<YourUsername>/AppData/Local/Google/Chrome/User Data/AgentS"