added Oauth - #56
Closed
TriDefender wants to merge 4 commits into
Closed
Conversation
Contributor
Author
|
@adoresever 麻烦看下,目前只支持api端点+key,如果我是chatgpt pro就没法用了 |
完成了adoresever#57 和 adoresever#48 添加了图谱修改工具和硬编码的claude模型名称
Owner
|
该实现依赖 ChatGPT/Codex 的实验性 OAuth/后端协议,包含固定客户端标识、私有 backend 路径和 870 行认证代码,但缺少端到端及安全回归测试;这不适合作为当前稳定插件的 LLM 认证方式,因此关闭。若后续基于公开、稳定、文档化的接口实现,请以更小的独立 PR 提交,并覆盖令牌存储/刷新、权限边界、超时与错误处理测试。 |
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.
添加了oauth方式,现在你可以使用auth凭证来使用llm了