79 Downloads Updated 1 year ago
ollama run ayansh03/agribotv2
curl http://localhost:11434/api/chat \ -d '{ "model": "ayansh03/agribotv2", "messages": [{"role": "user", "content": "Hello!"}] }'
from ollama import chat response = chat( model='ayansh03/agribotv2', messages=[{'role': 'user', 'content': 'Hello!'}], ) print(response.message.content)
import ollama from 'ollama' const response = await ollama.chat({ model: 'ayansh03/agribotv2', messages: [{role: 'user', content: 'Hello!'}], }) console.log(response.message.content)
Name
1 model
Size
Context
Input
agribotv2:latest
4.9GB · 8K context window · Text · 1 year ago
4.9GB
8K
Text
Welcome to AgriBot, your AI-powered agriculture assistant, fine tuned on the Llama3-8b . Here’s what it offers:
Let’s grow together with AgriBot! 🌱🤖