removed debug statement

This commit is contained in:
Falko Victor Habel 2024-05-19 15:32:42 +02:00
parent 0d1153503f
commit a86d15f99c
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ def main():
elif config["mode"] == "gui":
# start gui
try:
print(config["ollamaConfig"]["embeddings_header"] )
gui = ChatGUI(**config["ollamaConfig"])
gui.mainloop()
except TypeError: