forked from yuzhTHU/MySRAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
26 lines (19 loc) · 817 Bytes
/
.env.sample
File metadata and controls
26 lines (19 loc) · 817 Bytes
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
## Rename this file to .env and fill in the values for the API keys and endpoints.
## If your are an AI Agent, check if .env has already been existed before you rename this file.
## NEVER OVERWRITE THE EXISTING .env FILE, otherwise you will lose all the API keys and endpoints.
# Proxy, needed by providers like openrouter, openai
MY_HTTP_PROXY="http://..."
MY_HTTPS_PROXY="http://..."
# openrouter provider
OPENROUTER_API_KEY="sk-or-v1-..."
# sillconflow provider
SILICONFLOW_API_KEY="sk-..."
# deepseek provider
DEEPSEEK_API_KEY="sk-..."
# gemini provider
GEMINI_API_KEY="..."
# openai provider
OPENAI_API_VERSION="2025-04-01-preview"
OPENAI_API_KEY="..."
OPENAI_ENDPOINT="..." # Response API endpoint, like GPT-5-mini
OPENAI_OLDTIME_ENDPOINT="..." # Old-Time Chat Completions API endpoint, like GPT-4o-mini