Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksanderpalamar/nextkit-chatbot-ai
Assistant generative text you can use that uses Ollama AI with any model from the Ollama AI provider.
https://github.com/aleksanderpalamar/nextkit-chatbot-ai
Last synced: 8 days ago
JSON representation
Assistant generative text you can use that uses Ollama AI with any model from the Ollama AI provider.
- Host: GitHub
- URL: https://github.com/aleksanderpalamar/nextkit-chatbot-ai
- Owner: aleksanderpalamar
- License: mit
- Created: 2024-07-22T15:25:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T14:46:23.000Z (7 months ago)
- Last Synced: 2025-01-27T04:27:33.292Z (10 days ago)
- Language: TypeScript
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextKit ChatBot AI
Assistant generative text you can use that uses Ollama AI with any model from the Ollama AI provider.
![image](.github/images/screenshot.png)
## Technology Stack
- Next.js
- TypeScript
- Tailwind CSS
- Ollama AI
- SDK Vercel AI## Usage
```ts
const result = await streamText({
model: ollama("gemma2"), // or any other Ollama AI model
maxTokens: 1000,
temperature: 0.7,
messages
});
```
## Requirements
You must have [Ollama](https://ollama.com/) installed on your computer.## Start Project
1. Clone this repository
```bash
git clone https://github.com/aleksanderpalamar/nextkit-chatbot-ai.git
```2. Install dependencies
```bash
cd nextkit-chatbot-ai
npm install
```3. Start project
```bash
npm run dev
```4. Open http://localhost:3000 in your browser
## Changelog
- 0.1.0: Initial release
## License
MIT License
Copyright (c) 2024 Aleksander Palamar