readme update for server install instruction

This commit is contained in:
martin legrand
2025-03-29 12:40:50 +01:00
parent d1b20a1446
commit 4c87353db4
5 changed files with 28 additions and 10 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
from .generator import GeneratorLLM
import ollama
class OllamaLLM(GeneratorLLM):
def __init__(self):
import ollama
"""
Handle generation using Ollama.
"""