docs: enhance .env.example with API links and configuration guidance#1
Open
penguin-sy wants to merge 1 commit intomainfrom
Open
docs: enhance .env.example with API links and configuration guidance#1penguin-sy wants to merge 1 commit intomainfrom
penguin-sy wants to merge 1 commit intomainfrom
Conversation
- Add direct links to obtain API keys (SiliconFlow, DeepSeek, Jina AI, Firecrawl) - Explain multi-key strategy for avoiding rate limits - Include free tier quotas for Jina AI (2000/month) and Firecrawl (100 pages/month) - Add model name examples in SiliconFlow format - Improve Chinese comments for better clarity
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.
改进说明
此 PR 增强
.env.example文件的文档说明,帮助用户更快配置环境。主要改进:
一键直达链接:添加获取各类 API 密钥的直接链接
多密钥策略解释:说明为什么需要多个 API 密钥
免费额度透明:明确标注 Jina AI 和 Firecrawl 的免费额度
格式提示:明确密钥格式
jina_前缀是 Jina AI 的标准格式工具分类说明:为外部工具添加功能标签
影响:
提交信息:
docs: enhance .env.example with API links and configuration guidance测试建议:验证所有链接有效,确保新增的中文注释不影响英语用户的正常使用。