Wendong-Fan commited on
Commit
4556f0e
·
1 Parent(s): d7b0a4e

update env template

Browse files
Files changed (1) hide show
  1. owl/.env_template +6 -9
owl/.env_template CHANGED
@@ -1,19 +1,14 @@
1
  # MODEL & API (See https://github.com/camel-ai/camel/blob/master/camel/types/enums.py)
2
- DEFAULT_MODEL_PLATFORM_TYPE = "OPENAI"
3
- DEFAULT_MODEL_TYPE = "gpt-4o"
4
- OPENAI_API_BASE_URL = ""
5
 
6
  # OPENAI API
7
  OPENAI_API_KEY = ""
8
-
9
- # Hugging Face API (https://huggingface.co/join)
10
- HF_TOKEN=""
11
 
12
  # Qwen API (https://help.aliyun.com/zh/model-studio/developer-reference/get-api-key)
13
- QWEN_API_KEY=""
14
 
15
  # DeepSeek API (https://platform.deepseek.com/api_keys)
16
- DEEPSEEK_API_KEY=""
17
 
18
  #===========================================
19
  # Tools & Services API
@@ -23,9 +18,11 @@ DEEPSEEK_API_KEY=""
23
  GOOGLE_API_KEY=""
24
  SEARCH_ENGINE_ID=""
25
 
 
 
 
26
  # Chunkr API (https://chunkr.ai/)
27
  CHUNKR_API_KEY=""
28
 
29
  # Firecrawl API (https://www.firecrawl.dev/)
30
  FIRECRAWL_API_KEY=""
31
-
 
1
  # MODEL & API (See https://github.com/camel-ai/camel/blob/master/camel/types/enums.py)
 
 
 
2
 
3
  # OPENAI API
4
  OPENAI_API_KEY = ""
5
+ # OPENAI_API_BASE_URL = ""
 
 
6
 
7
  # Qwen API (https://help.aliyun.com/zh/model-studio/developer-reference/get-api-key)
8
+ # QWEN_API_KEY=""
9
 
10
  # DeepSeek API (https://platform.deepseek.com/api_keys)
11
+ # DEEPSEEK_API_KEY=""
12
 
13
  #===========================================
14
  # Tools & Services API
 
18
  GOOGLE_API_KEY=""
19
  SEARCH_ENGINE_ID=""
20
 
21
+ # Hugging Face API (https://huggingface.co/join)
22
+ HF_TOKEN=""
23
+
24
  # Chunkr API (https://chunkr.ai/)
25
  CHUNKR_API_KEY=""
26
 
27
  # Firecrawl API (https://www.firecrawl.dev/)
28
  FIRECRAWL_API_KEY=""