forked from TencentCloudADP/youtu-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.full
More file actions
40 lines (36 loc) · 1.11 KB
/
.env.full
File metadata and controls
40 lines (36 loc) · 1.11 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
# =============================================
# LLM
# =============================================
# LLM config.
# ref https://api-docs.deepseek.com; https://platform.openai.com/docs/quickstart
# model type, chat.completions | responses
UTU_LLM_TYPE=
# model name, e.g gpt-5-mini
UTU_LLM_MODEL=
# model provider's base url, e.g https://api.openai.com/v1
UTU_LLM_BASE_URL=
# model provider's api key
UTU_LLM_API_KEY=
# =============================================
# tools
# =============================================
# serper api key, ref https://serper.dev/playground
SERPER_API_KEY=
# jina api key, ref https://jina.ai/reader
JINA_API_KEY=
# =============================================
# tracing
# =============================================
# we use phoenix by default, ref https://arize.com/docs/phoenix
# OTEL endpoint, e.g. http://localhost:6006/v1/traces.
PHOENIX_ENDPOINT=
PHOENIX_PROJECT_NAME=
# PHOENIX_BASE_URL=
# =============================================
# evaluation
# =============================================
# ref: LLM config
JUDGE_LLM_TYPE=
JUDGE_LLM_MODEL=
JUDGE_LLM_BASE_URL=
JUDGE_LLM_API_KEY=