之后我们可以在vscode中选中一段代码,点击右键,选择twinny-explain,就可以看到对这段代码的解释了。 另外,还可以在对话界面与DeepSeek进行对话,只需要在对话界面左下角,选择我们之前配置好的provider即Ollama-1,即可与其进行对话。 在这里我们可以进行一些简单的对话。 小结: twinny的配置方式比较简单,用法也比较简洁,...
使用cursor等软件总是遇到调用次数限制的问题,用一阵就不能再使用了。于是,就希望能够通过Ollama来使用本地部署的代码大模型。然后就找到了twinny这个vscode的插件。 twinny插件配置简单,使用方式简介,一安装就知道如何使用了,很是方便。 在vscode中安装twinny插件 在vscode中搜索插件:twinny - AI Code Completion and ...
开源VScodeAI编程助手twinny | twinny是一个开源的 Visual Studio Code (VS Code) AI 编程助手扩展插件。类似于 GitHub Copilot,提供代码补全和生成功能,更侧重于隐私和本地运行。GitHub开源关键字:twinnydotdev/twinny,目前已经有2.9k个star⭐️。主要功能包括: 1. 中间填充式代码补全(Fill-in-the-Middle,FI...
.vscode-test.js update completion formatter add tests Feb 15, 2024 .vscodeignore i still hate windows Aug 9, 2024 CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Jan 20, 2024 CONTRIBUTING.md update contributing Feb 28, 2024 LICENSE update licence Aug 25, 2023 README.md fork token.js Mar ...
The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private. - twinny/.vscodeignore at main · derjanb/twinny
在vscode中搜索插件:twinny - AI Code Completion and Chat 然后安装该插件。 插件的主页在:https://twinny.dev/ 配置twinny 添加接口提供者 配置接口提供者选择ollama twinny提供了chat,fim(fill in middle),embeding三种大模型的配置接口。都可以按自己的本地安装的ollama来配置成ollama的本地ip地址和端口。
rjmacarthycommentedJan 12, 2024• edited Hey, thanks for the awesome work you've been doing with Ollama. I was hoping that you would consider adding my extension for vscode to the list of extensions and plugins for Ollama. It's basically a Copilot alternative with FIM and Chat features...
Here are 2 public repositories matching this topic... Language:All Documentation for the twinny Visual Studio Code extension aicodecompletionvscodevisual-studio-codecopilotdocumenationollamacodellamallama3twinny UpdatedNov 17, 2024 MDX SentencePiece tokenizer for cross-encoders ...
Hi, thanks for developing the amazing extension! I’m now requested to use VSCode version not newer than 1.70.x, while twinny not newer than v2.6.21 supported VSCode 1.70.x, making new features not available any more. Would you please add support for lower VSCode version again?
external: ["vscode", "esbuild", "./xhr-sync-worker.js", "sodium-native", "udx-native", "b4a"], format: "cjs", outdir: "out", platform: "node", sourcemap: true, loader: { '.node': 'file' }, assetNames: '[name]', loader: { ".node": "file" }, assetNames: "[name]"...