mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
unify the format of env_template
This commit is contained in:
parent
4d6d0b1a8c
commit
cff7dacbd8
@ -4,42 +4,42 @@
|
||||
#===========================================
|
||||
|
||||
# OPENAI API (https://platform.openai.com/api-keys)
|
||||
OPENAI_API_KEY='Your_Key'
|
||||
OPENAI_API_KEY="Your_Key"
|
||||
# OPENAI_API_BASE_URL=""
|
||||
|
||||
|
||||
# Qwen API (https://help.aliyun.com/zh/model-studio/developer-reference/get-api-key)
|
||||
# QWEN_API_KEY='Your_Key'
|
||||
# QWEN_API_KEY="Your_Key"
|
||||
# QWEN_API_BASE_URL=""
|
||||
|
||||
# DeepSeek API (https://platform.deepseek.com/api_keys)
|
||||
# DEEPSEEK_API_KEY='Your_Key'
|
||||
# DEEPSEEK_API_KEY="Your_Key"
|
||||
# DEEPSEEK_API_BASE_URL=""
|
||||
|
||||
# GROQ API (https://console.groq.com/)
|
||||
# GROQ_API_KEY='Your_Key'
|
||||
# GROQ_API_KEY="Your_Key"
|
||||
# GROQ_API_BASE_URL=""
|
||||
|
||||
# Azure OpenAI API
|
||||
# AZURE_OPENAI_BASE_URL=""
|
||||
# AZURE_API_VERSION=""
|
||||
# AZURE_OPENAI_API_KEY=""
|
||||
# AZURE_OPENAI_API_KEY="Your_Key"
|
||||
# AZURE_DEPLOYMENT_NAME=""
|
||||
|
||||
#GOOGLE GEMINI API (https://ai.google.dev/gemini-api/docs/api-key)
|
||||
# GEMINI_API_KEY ="Fill your API key here"
|
||||
# GEMINI_API_KEY ="Your_Key"
|
||||
|
||||
#===========================================
|
||||
# Tools & Services API
|
||||
#===========================================
|
||||
|
||||
# Google Search API (https://coda.io/@jon-dallas/google-image-search-pack-example/search-engine-id-and-google-api-key-3)
|
||||
GOOGLE_API_KEY='Your_Key'
|
||||
SEARCH_ENGINE_ID='Your_ID'
|
||||
GOOGLE_API_KEY="Your_Key"
|
||||
SEARCH_ENGINE_ID="Your_ID"
|
||||
|
||||
# Chunkr API (https://chunkr.ai/)
|
||||
CHUNKR_API_KEY='Your_Key'
|
||||
CHUNKR_API_KEY="Your_Key"
|
||||
|
||||
# Firecrawl API (https://www.firecrawl.dev/)
|
||||
FIRECRAWL_API_KEY='Your_Key'
|
||||
FIRECRAWL_API_KEY="Your_Key"
|
||||
#FIRECRAWL_API_URL="https://api.firecrawl.dev"
|
||||
Loading…
x
Reference in New Issue
Block a user