Files
Lunaris2.0/Bot/Handler/ChatCommand/readme.md
2024-06-02 00:04:14 +02:00

653 B

Ollama - Large Language Model Chat - Handler

This handler "owns" the logic for accessing the ollama api, which runs the transformer model.

How to get started with a local chat bot see: Run LLMs Locally using Ollama

Assuming you are on the same network as the Ollama server you should configure it to be accessible to other machines on the network, however this is only required if you aren't running it from localhost relative to the bot. See: How do I configure Ollama server?