mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 14:07:17 +08:00
26 lines
531 B
Plaintext
26 lines
531 B
Plaintext
|
|
# OPENAI API
|
|
OPENAI_API_KEY = ""
|
|
|
|
# Hugging Face API (https://huggingface.co/join)
|
|
HF_TOKEN=""
|
|
|
|
# Qwen API (https://help.aliyun.com/document_detail/611472.html)
|
|
QWEN_API_KEY=""
|
|
|
|
|
|
#===========================================
|
|
# Tools & Services API
|
|
#===========================================
|
|
|
|
# Google Search API (https://developers.google.com/custom-search/v1/overview)
|
|
GOOGLE_API_KEY=""
|
|
SEARCH_ENGINE_ID=""
|
|
|
|
# Chunkr API (https://chunkr.ai/)
|
|
CHUNKR_API_KEY=""
|
|
|
|
# Firecrawl API (https://www.firecrawl.dev/)
|
|
FIRECRAWL_API_KEY=""
|
|
|