You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
923 B
Bash

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# ark model: https://console.volcengine.com/ark
# 必填,
# 火山云方舟 ChatModel 的 Endpoint ID
export ARK_CHAT_MODEL=""
# 火山云方舟 向量化模型的 Endpoint ID
export ARK_EMBEDDING_MODEL=""
# 火山云方舟的 API Key
export ARK_API_KEY=""
# apmplus: https://console.volcengine.com/apmplus-server
# 下面必填环境变量如果为空,则不开启 apmplus callback
# APMPlus 的 App Key必填
export APMPLUS_APP_KEY=""
# APMPlus 的 Region选填不填写时默认是 cn-beijing
export APMPLUS_REGION=""
# langfuse: https://cloud.langfuse.com/
# 下面两个环境变量如果为空,则不开启 langfuse callback
# Langfuse Project 的 Public Key
export LANGFUSE_PUBLIC_KEY=""
# Langfuse Project 的 Secret Key。 注意Secret Key 仅可在被创建时查看一次
export LANGFUSE_SECRET_KEY=""
# Redis Server 的地址,不填写时,默认是 localhost:6379
export REDIS_ADDR=