From 1e05e0978e47794c45e6245ae87de555c38622ec Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Mon, 20 May 2024 14:31:46 +0200 Subject: [PATCH] removed unnessary code --- scripts/GUIChat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/GUIChat.py b/scripts/GUIChat.py index 05ab1ae..efc8d4f 100644 --- a/scripts/GUIChat.py +++ b/scripts/GUIChat.py @@ -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',