docs: 同步 C1 AIHubmix 配置示例 - #132
Open
LZWcc wants to merge 1 commit into
Open
Conversation
Author
|
草, 突然发现 PR #126 也修了一部分了。到时候有conflict我再在我上继续commit吧😂 |
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 是对 PR #131 的文档同步补充,主要包括:
AIHUBMIX_API_KEY;deepseek-chat更新为deepseek-v4-flash。与 PR #131 的关系
PR #131 只修改了
code/C1/01_langchain_example.py第 55 行的 API Key 配置,但没有同步修复对应的中文、英文文档,也没有修复 LlamaIndex 示例中的相关配置。本 PR 不重复修改第 55 行,将该代码修复保留在 PR #131 中;本 PR 负责补充其遗漏的代码和文档同步工作。
更新 DeepSeek 模型名称的原因
DeepSeek 官方更新说明指出:
参考:DeepSeek 官方模型更新说明
经过实际测试,目前
deepseek-chat仍然可以正常调用。为了避免后续接口调整或模型名称停止使用带来的兼容性问题,本 PR 将文档示例输出中的deepseek-chat更新为deepseek-v4-flash。当前 C1 的实际示例配置使用 AIHubmix 的
glm-4.7-flash-free和AIHUBMIX_API_KEY。