Haben Sie es satt, sich auf kostenpflichtige Tools wie Copilot, Cursor AI oder ChatGPT zu verlassen? So können Sie einen leistungsstarken und völlig kostenlosen KI-Assistenten direkt in Ihren Visual Studio Code integrieren. Befolgen Sie diese Schritte und Sie haben einen persönlichen Programmier-Guru zur Hand – ohne Einschränkungen!
{ "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" } ] }
Erleben Sie eine intelligentere und schnellere Art des Codierens. Richten Sie noch heute Ihren kostenlosen KI-Assistenten ein und heben Sie Ihren Codierungsworkflow auf die nächste Stufe! ?
Das obige ist der detaillierte Inhalt vonKein Copilot? Kein Problem! Holen Sie sich jetzt kostenlose KI in VSCode. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!