forked from zilliztech/deep-searcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
54 lines (37 loc) · 1.79 KB
/
env.example
File metadata and controls
54 lines (37 loc) · 1.79 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Copy this file to .env and fill in your API keys
# OpenAI API Key (required if using OpenAI models)
OPENAI_API_KEY=your_openai_api_key_here
# DeepSeek API Key (required if using DeepSeek models)
DEEPSEEK_API_KEY=your_deepseek_api_key_here
# SiliconFlow API Key (required if using SiliconFlow models)
SILICONFLOW_API_KEY=your_siliconflow_api_key_here
# PPIO API Key (required if using PPIO models)
PPIO_API_KEY=your_ppio_api_key_here
# Jiekou.AI API Key (required if using Jiekou.AI models)
JIEKOU_API_KEY=your_jiekouai_api_key_here
# Together AI API Key (required if using Together AI models)
TOGETHER_API_KEY=your_together_api_key_here
# XAI API Key (required if using XAI Grok models)
XAI_API_KEY=your_xai_api_key_here
# Anthropic API Key (required if using Claude models)
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Gemini API Key (required if using Gemini models)
GEMINI_API_KEY=your_gemini_api_key_here
# Voyage API Key (required if using Voyage embeddings)
VOYAGE_API_KEY=your_voyage_api_key_here
# FireCrawl API Key (required if using web crawling features)
FIRECRAWL_API_KEY=your_firecrawl_api_key_here
# Aliyun Bailian API Key (required if using Qwen models from Aliyun)
DASHSCOPE_API_KEY=your_dashscope_api_key_here
# Azure OpenAI Configuration (required if using Azure OpenAI)
AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint_here
AZURE_OPENAI_KEY=your_azure_openai_key_here
# AWS Credentials (required if using AWS Bedrock)
AWS_ACCESS_KEY_ID=your_aws_access_key_id_here
AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key_here
# Novita API Key (required if using Novita models)
NOVITA_API_KEY=your_novita_api_key_here
# GLM API Key (required if using GLM models)
GLM_API_KEY=your_glm_api_key_here
# Volcengine API Key (required if using Volcengine models)
VOLCENGINE_API_KEY=your_volcengine_api_key_here