removed unnessary code
This commit is contained in:
parent
4a8026ec72
commit
1e05e0978e
|
@ -6,7 +6,7 @@ from scripts.BaseOllama import OllamaChatBot
|
||||||
from scripts.Rag import Rag
|
from scripts.Rag import Rag
|
||||||
import queue
|
import queue
|
||||||
CODE_PREFIX = "[1337]"
|
CODE_PREFIX = "[1337]"
|
||||||
USER = ("User", "Bot")
|
|
||||||
|
|
||||||
class ChatGUI(CTk.CTk):
|
class ChatGUI(CTk.CTk):
|
||||||
def __init__(self, base_url='http://localhost:11434', embeddings_url= 'http://localhost:11434', base_model='mistral',
|
def __init__(self, base_url='http://localhost:11434', embeddings_url= 'http://localhost:11434', base_model='mistral',
|
||||||
|
|
Loading…
Reference in New Issue