This commit is contained in:
justumen
2025-03-30 08:10:46 +02:00
parent 9f8e82d2c3
commit 45987f4b71
3 changed files with 6 additions and 4 deletions

View File

@@ -11,6 +11,9 @@ import sys
import os
import time
import glob
import io
import ollama
from ollama import Client
class OllamaTalk:
@classmethod
@@ -45,8 +48,6 @@ class OllamaTalk:
current_instance = None
def __init__(self):
import ollama
from ollama import Client
self.last_content_hash = None
self.waiting = False
self.OLLAMA_CONFIG = None