generated from cloudwego/.github
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b04d27a
commit 609f2d8
Showing
9 changed files
with
36 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
# ark model: https://console.volcengine.com/ark | ||
# 必填, | ||
# 火山云方舟 ChatModel 的 Endpoint ID | ||
ARK_CHAT_MODEL="" | ||
export ARK_CHAT_MODEL="" | ||
# 火山云方舟 向量化模型的 Endpoint ID | ||
ARK_EMBEDDING_MODEL="" | ||
export ARK_EMBEDDING_MODEL="" | ||
# 火山云方舟的 API Key | ||
ARK_API_KEY="" | ||
export ARK_API_KEY="" | ||
|
||
# langfuse: https://cloud.langfuse.com/ | ||
# 下面两个环境变量如果为空,则不开启 langfuse callback | ||
# Langfuse Project 的 Public Key | ||
LANGFUSE_PUBLIC_KEY="" | ||
export LANGFUSE_PUBLIC_KEY="" | ||
# Langfuse Project 的 Secret Key。 注意,Secret Key 仅可在被创建时查看一次 | ||
LANGFUSE_SECRET_KEY="" | ||
export LANGFUSE_SECRET_KEY="" | ||
|
||
# Redis Server 的地址,不填写时,默认是 localhost:6379 | ||
export REDIS_ADDR= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,4 +162,5 @@ cmd/einoagent/data/ | |
__debug_bin* | ||
/einoagent | ||
.DS_Store | ||
/data | ||
/data/ | ||
/einoagent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters