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 중국어 웹사이트의 기타 관련 기사를 참조하세요!