Add GUI log viewer and corresponding handler

This commit is contained in:
Dominik Jain
2025-03-29 16:51:47 +01:00
parent 1de854a765
commit c828cfff30
6 changed files with 319 additions and 41 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ def main():
code = f.read()
methods_str = "".join(methods)
code = code.replace("# methods", methods_str)
prompt_factory_module = f"{package}/llm/prompt_factory.py"
with open(prompt_factory_module, "w") as f:
f.write(code)