General Introduction
ChatOllama is an open source online chat application project based on a large-scale language model (LLM), supporting numerous language models and knowledge base management. Users can use the platform for model management (list display , download , delete ) , chat with the model and other functions . The project utilizes the Nuxt 3 framework and provides a detailed setup guide and development server guidelines for developers interested in chatbot development to browse and contribute.
Function List
Model management: including model list viewing, downloading and deleting
Ability to interact with chat models
Support for multilingual modeling and knowledge base management (knowledge base based on LangChain)
Based on Nuxt 3 development, written in Vue and TypeScript
Using Help
Install the dependencies first: npm install, pnpm install, yarn install, or bun install.
Make sure you have a running Ollama server, the local environment runs by default at http://localhost:11434
Found on http://localhost:3000上启动开发服务器: npm run dev