We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Aider 是一个人工智能驱动的编程助手,旨在帮助开发者更高效地进行编程工作。它通常集成在开发环境中,提供代码补全、错误检查、自动生成代码和智能提示等功能。通过自然语言处理技术,Aider 能够理解开发者的意图,并根据上下文提供相关的编程建议或示例代码。
主要功能包括:
智能代码补全:根据已有代码和上下文智能预测并补全代码。 代码生成:根据开发者的描述或指令生成相应的代码片段。 错误检测与修复建议:实时检测代码中的错误,并提供修复建议。 文档生成:自动生成代码文档和注释,提高代码可读性。 Aider 旨在通过减少开发者在编码过程中的重复性工作,提高编程效率,并帮助新手快速上手。
Deepseek-coder-v2 在 Aider 代码编辑排行榜 中排名第二,仅次于 claude-3.5-sonnet, 超过 gpt-4o,不过在 Aider 代码重构排行榜中位列倒数第二,综合表现尚可。
The text was updated successfully, but these errors were encountered:
实际使用体验下来,主要问题是重构时 deepseek-coder 总是不能按照指示生成 SEARCH/REPLACE 块进行代码编辑,而是像聊天一样输出代码。不过用它来做一些小的修改以及生成 commit messages 非常舒服,几乎总是 1-shot win。
Sorry, something went wrong.
I use Aider with Deepseek API. It's pretty successful compared to most models except Sonnet 3.5 imo.
No branches or pull requests
Aider 是一个人工智能驱动的编程助手,旨在帮助开发者更高效地进行编程工作。它通常集成在开发环境中,提供代码补全、错误检查、自动生成代码和智能提示等功能。通过自然语言处理技术,Aider 能够理解开发者的意图,并根据上下文提供相关的编程建议或示例代码。
主要功能包括:
智能代码补全:根据已有代码和上下文智能预测并补全代码。
代码生成:根据开发者的描述或指令生成相应的代码片段。
错误检测与修复建议:实时检测代码中的错误,并提供修复建议。
文档生成:自动生成代码文档和注释,提高代码可读性。
Aider 旨在通过减少开发者在编码过程中的重复性工作,提高编程效率,并帮助新手快速上手。
Deepseek-coder-v2 在 Aider 代码编辑排行榜 中排名第二,仅次于 claude-3.5-sonnet, 超过 gpt-4o,不过在 Aider 代码重构排行榜中位列倒数第二,综合表现尚可。
The text was updated successfully, but these errors were encountered: