ホームページ >ウェブフロントエンド >jsチュートリアル >副操縦士はいないのですか?問題ない!今すぐ VSCode で無料の AI を入手
Copilot、Cursor AI、ChatGPT などの有料ツールに依存することにうんざりしていませんか?ここでは、強力で完全に無料の AI アシスタントを Visual Studio Code に直接統合する方法を説明します。以下の手順に従えば、制限なく、すぐにパーソナル コーディングの第一人者を得ることができます!
{ "models": [ { "model": "AUTODETECT", "title": "Ollama", "apiBase": "http://localhost:11434", "provider": "ollama" }, { "model": "AUTODETECT", "title": "Groq", "apiKey": "YOUR_GROQ_API_KEY", "provider": "groq" } ], "customCommands": [ { "name": "test", "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.", "description": "Write unit tests for highlighted code" } ], "tabAutocompleteModel": { "title": "codeqwen", "provider": "ollama", "model": "starcoder2:3b" }, "contextProviders": [ { "name": "code", "params": {} }, { "name": "docs", "params": {} }, { "name": "diff", "params": {} }, { "name": "terminal", "params": {} }, { "name": "problems", "params": {} }, { "name": "folder", "params": {} }, { "name": "codebase", "params": {} } ], "slashCommands": [ { "name": "edit", "description": "Edit selected code" }, { "name": "comment", "description": "Write comments for the selected code" }, { "name": "share", "description": "Export the current chat session to markdown" }, { "name": "cmd", "description": "Generate a shell command" }, { "name": "commit", "description": "Generate a git commit message" } ] }
よりスマートで高速なコーディング方法を体験してください。今すぐ無料の AI アシスタントをセットアップして、コーディング ワークフローを次のレベルに引き上げましょう。 ?
以上が副操縦士はいないのですか?問題ない!今すぐ VSCode で無料の AI を入手の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。