Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
应用配置示例
APP_ID=cli_a8f75e4d913abcef # 你创建的应用的 App ID
APP_SECRET=RekOQ8EV14shNMtZokRAmdmlabcefabc # 你创建的应用的 App Secret
LARK_DOMAIN=https://open.feishu.cn # 飞书域名,保持不变
以下 OpenAI API 配置二选一
远程 Ark 配置示例
OPENAI_API_KEY=5caedeqd-dc4b-4444-8003-xxxx
OPENAI_MODEL=kimi-k2-250711
OPENAI_BASE_URL=https://ark.cn-beijing.volces.com/api/v3/
本地 Ollama 配置示例
OPENAI_API_KEY=your_openai_api_key # 此处 ollama 不校验
OPENAI_MODEL=qwen2:7b
OPENAI_BASE_URL=http://localhost:11434/v1
服务器配置 / Server Configuration
PORT=3000 # 服务器配置,可保持不变