windows部署ollama+maxkb+vscode插件continue打造本地AI

{ "models": [ { "title": "Llama 3", "provider": "ollama", "model": "llama3", "apiBase": "http://localhost:11434" }, { "title": "codellama", "provider": "ollama", "model": "codellama:13b", "apiBase": "http://localhost:11434" }, { "title": "openchat", "provider": "ollama", "model": "openchat", "apiBase": "http://localhost:11434" }, { "title": "phi3", "provider": "ollama", "model": "phi3:14b", "apiBase": "http://localhost:11434" }, { "title": "gemma", "provider": "ollama", "model": "gemma:7b", "apiBase": "http://localhost:11434" }, { "title": "codeqwen", "provider": "ollama", "model": "codeqwen", "apiBase": "http://localhost:11434" }, { "title": "mistral", "provider": "ollama", "model": "mistral", "apiBase": "http://localhost:11434" }, { "title": "codegemma", "provider": "ollama", "model": "codegemma:7b", "apiBase": "http://localhost:11434" }, { "title": "qwen", "provider": "ollama", "model": "qwen:14b", "apiBase": "http://localhost:11434" } ], "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": "Starcoder 3b", "provider": "ollama", "model": "starcoder2:3b" }, "allowAnonymousTelemetry": true, "embeddingsProvider": { "provider": "transformers.js" } }
上一篇:2024-05-29 问AI: 在深度学习中,什么是数据集扩增,data augmentation?


下一篇:几个公司wiki知识库调研和感悟