removed unnessary code

This commit is contained in:
Falko Victor Habel 2024-05-20 14:31:46 +02:00
parent 4a8026ec72
commit 1e05e0978e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from scripts.BaseOllama import OllamaChatBot
from scripts.Rag import Rag
import queue
CODE_PREFIX = "[1337]"
USER = ("User", "Bot")
class ChatGUI(CTk.CTk):
def __init__(self, base_url='http://localhost:11434', embeddings_url= 'http://localhost:11434', base_model='mistral',