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