-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathenv.tpl
More file actions
115 lines (94 loc) · 4.79 KB
/
Copy pathenv.tpl
File metadata and controls
115 lines (94 loc) · 4.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# (Optional) Server API Access Password for enhanced security
ACCESS_PASSWORD=
# (Deprecated) Server-side Gemini API Proxy URL. Default, `https://generativelanguage.googleapis.com`
API_PROXY_BASE_URL=
# (Optional) Server-side Gemini API Key (Required for server API calls)
GOOGLE_GENERATIVE_AI_API_KEY=
# (Optional) Server-side Gemini API Proxy URL. Default, `https://generativelanguage.googleapis.com`
GOOGLE_GENERATIVE_AI_API_BASE_URL=
# (Optional) The Google Cloud project ID that you want to use for the API calls.
GOOGLE_VERTEX_PROJECT=
# (Optional) The Google Cloud location that you want to use for the API calls, e.g. us-central1.
GOOGLE_VERTEX_LOCATION=
# (Optional) The client email from the Google Cloud account.
GOOGLE_CLIENT_EMAIL=
# (Optional) The private key from the Google Cloud account
GOOGLE_PRIVATE_KEY=
# (Optional) The private key ID from the Google Cloud account
GOOGLE_PRIVATE_KEY_ID=
# (Optional) Server-side OpenRouter API Key (Required for server API calls)
OPENROUTER_API_KEY=
# (Optional) Server-side OpenRouter API Proxy URL. Default, `https://openrouter.ai/api`
OPENROUTER_API_BASE_URL=
# (Optional) Server-side OpenAI API Key (Required for server API calls)
OPENAI_API_KEY=
# (Optional) Server-side OpenAI API Proxy URL. Default, `https://api.openai.com`
OPENAI_API_BASE_URL=
# (Optional) Server-side Anthropic API Key (Required for server API calls)
ANTHROPIC_API_KEY=
# (Optional) Server-side Anthropic API Proxy URL. Default, `https://api.anthropic.com`
ANTHROPIC_API_BASE_URL=
# (Optional) Server-side DeepSeek API Key (Required for server API calls)
DEEPSEEK_API_KEY=
# (Optional) Server-side DeepSeek API Proxy URL. Default, `https://api.deepseek.com`
DEEPSEEK_API_BASE_URL=
# (Optional) Server-side XAI API Key (Required for server API calls)
XAI_API_KEY=
# (Optional) Server-side XAI API Proxy URL. Default, `https://api.x.ai`
XAI_API_BASE_URL=
# (Optional) Server-side Mistral API Key (Required for server API calls)
MISTRAL_API_KEY=
# (Optional) Server-side Mistral API Proxy URL. Default, `https://api.mistral.ai`
MISTRAL_API_BASE_URL=
# (Optional) Server-side Azure API Key (Required for server API calls)
AZURE_API_KEY=
# (Optional) Server-side Azure API Version.
AZURE_API_VERSION=
# (Optional) Server-side Azure Resource Name. The resource name is used in the assembled URL: `https://{AZURE_RESOURCE_NAME}.openai.azure.com/openai/deployments`
AZURE_RESOURCE_NAME=
# (Optional) Server-side Compatible with OpenAI API Key (Required for server API calls)
OPENAI_COMPATIBLE_API_KEY=
# (Optional) Server-side Compatible with OpenAI API Proxy URL.
OPENAI_COMPATIBLE_API_BASE_URL=
# (Optional) Server-side pollinations.ai API Proxy URL. Default, `https://text.pollinations.ai/openai`
POLLINATIONS_API_BASE_URL=
# (Optional) Server-side Ollama API Proxy URL. Default, `http://0.0.0.0:11434`
OLLAMA_API_BASE_URL=
# (Optional) Server-side Tavily API Key (Required for server API calls)
TAVILY_API_KEY=
# (Optional) Server-side Tavily API Proxy URL. Default, `https://api.tavily.com`
TAVILY_API_BASE_URL=
# (Optional) Server-side Firecrawl API Key (Required for server API calls)
FIRECRAWL_API_KEY=
# (Optional) Server-side Firecrawl API Proxy URL. Default, `https://api.firecrawl.dev`
FIRECRAWL_API_BASE_URL=
# (Optional) Server-side Exa API Key (Required for server API calls)
EXA_API_KEY=
# (Optional) Server-side Exa API Proxy URL. Default, `https://api.exa.ai`
EXA_API_BASE_URL=
# (Optional) Server-side Bocha API Key (Required for server API calls)
BOCHA_API_KEY=
# (Optional) Server-side Bocha API Proxy URL. Default, `https://api.bochaai.com`
BOCHA_API_BASE_URL=
# (Optional) Server-side Searxng API Proxy URL. Default, `http://0.0.0.0:8080`
SEARXNG_API_BASE_URL=
# (Optional) MCP Server AI provider
# Possible values include: google, openai, anthropic, deepseek, xai, mistral, azure, openrouter, openaicompatible, pollinations, ollama
MCP_AI_PROVIDER=
# (Optional) MCP Server search provider. Default, `model`
# Possible values include: model, tavily, firecrawl, exa, bocha, searxng
MCP_SEARCH_PROVIDER=
# (Optional) MCP Server thinking model id, the core model used in deep research.
MCP_THINKING_MODEL=
# (Optional) MCP Server task model id, used for secondary tasks, high output models are recommended.
MCP_TASK_MODEL=
# (Optional) Disable server-side AI provider usage permissions
# Possible values include: google, openai, anthropic, deepseek, xai, mistral, azure, openrouter, openaicompatible, pollinations, ollama
NEXT_PUBLIC_DISABLED_AI_PROVIDER=
# (Optional) Disable server-side search provider usage permissions
# Possible values include: model, tavily, firecrawl, exa, bocha, searxng
NEXT_PUBLIC_DISABLED_SEARCH_PROVIDER=
# (Optional) Customize the model list, add or delete models
NEXT_PUBLIC_MODEL_LIST=
# (Optional) Injected script code can be used for statistics or error tracking.
HEAD_SCRIPTS=