-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(plugins.deepseek_adapter): 修复导包错误 #1384
Conversation
Here's the translation to Chinese: 审阅者指南 by Sourcery此拉取请求通过使用仓库根路径修复了导入错误。这解决了问题 #1383。 由于更改看起来简单且不需要可视化表示,因此未生成任何图表。 文件级更改
针对关联问题的评估
提示和命令与 Sourcery 交互
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis pull request fixes an import error by using the repository root path. This addresses issue #1383. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嘿 @Cloxl - 我已经审查了你的更改,看起来非常棒!
以下是我在审查期间关注的内容
- 🟢 一般性问题:一切看起来都很好
- 🟢 安全性:一切看起来都很好
- 🟢 测试:一切看起来都很好
- 🟢 复杂性:一切看起来都很好
- 🟢 文档:一切看起来都很好
帮助我变得更有用!请在每条评论上点击 👍 或 👎,我将使用这些反馈来改进你的评论。
Original comment in English
Hey @Cloxl - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
插件本身是独立的模块,没有限制放哪里的。 为什么会有这个错误? |
插件是在 from deepseek_adapter.adapter import DeepSeekAdapter, DeepSeekConfig 项目结构应该是:
而实际目录为:
是我的项目配置导致的路径错误码? |
好的 应该是我本地问题 |
采用仓库根路径的方式修复导包错误
Fixes #1383
Summary by Sourcery
修复 DeepSeek 适配器的导入路径。
Bug 修复:
日常维护:
Original summary in English
Summary by Sourcery
Fix import path for the DeepSeek adapter.
Bug Fixes:
Chores: