From e3681949e2dc956cc3ef820ea6889ae7bcd19522 Mon Sep 17 00:00:00 2001 From: turtle89431 Date: Sat, 28 Mar 2026 17:46:13 -0700 Subject: [PATCH] add main --- .gitignore | 2 +- main.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 main.py diff --git a/.gitignore b/.gitignore index 5d381cc..ad8dc51 100644 --- a/.gitignore +++ b/.gitignore @@ -152,7 +152,7 @@ dmypy.json # Cython debug symbols cython_debug/ - +tomodel.txt # PyCharm # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore diff --git a/main.py b/main.py new file mode 100644 index 0000000..ee79b19 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +# build out the full app the hides the fact that you are a rag app and just looks like a normal openAI model as fare as a user is concerned when interacting with it with open-webui. but in reality it is a rag app that is doing all the work in the background then provides the information to GLM 4.7-flash. \ No newline at end of file