AutoAgents / config /key.yaml
Orami01's picture
Upload 274 files
9c48ae2
raw
history blame
1.15 kB
# DO NOT MODIFY THIS FILE, create a new key.yaml, define OPENAI_API_KEY.
# The configuration of key.yaml has a higher priority and will not enter git
#### if OpenAI
OPENAI_API_KEY: "c7gb3ZwBH00O3Z9KMvrJZDVHscegv8C7"
OPENAI_API_BASE: "https://api.deepinfra.com/v1/openai"
# OPENAI_PROXY: "http://127.0.0.1:8118"
OPENAI_API_MODEL: "meta-llama/Llama-2-70b-chat-hf"
MAX_TOKENS: 500
RPM: 10
#### if Anthropic
#Anthropic_API_KEY: "YOUR_API_KEY"
#### if AZURE, check https://github.com/openai/openai-cookbook/blob/main/examples/azure/chat.ipynb
#OPENAI_API_TYPE: "azure"
#OPENAI_API_BASE: "YOUR_AZURE_ENDPOINT"
#OPENAI_API_KEY: "YOUR_AZURE_API_KEY"
#OPENAI_API_VERSION: "YOUR_AZURE_API_VERSION"
#DEPLOYMENT_ID: "YOUR_DEPLOYMENT_ID"
#### for Search
## Visit https://serpapi.com/ to get key.
# SERPAPI_API_KEY: "YOUR_API_KEY"
## Visit https://console.cloud.google.com/apis/credentials to get key.
GOOGLE_API_KEY: "AIzaSyCSK2OE3YgNYUFdsgz6gqZexbp0FKqWEYw"
## Visit https://programmablesearchengine.google.com/controlpanel/create to get id.
GOOGLE_CSE_ID: "f6cb079c0a5f74155"
## Visit https://serper.dev/ to get key.
# SERPER_API_KEY: "YOUR_API_KEY"