From 66547eef544901c41eab26ea260b679273b59404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge-Mikael=20Nordg=C3=A5rd?= Date: Thu, 23 Jan 2025 19:55:11 +0100 Subject: [PATCH] Updated readme and added gitignore --- .gitignore | 4 ++++ README.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fb4a25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +Include/ +Lib/ +Scripts/ +pyvenv.cfg \ No newline at end of file diff --git a/README.md b/README.md index e3a8d60..70bdb37 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Example pipeline for Openweb UI -This python script is meant as a pipeline between Openweb UI and Openrouter \ No newline at end of file +These python scripts are meant as a pipeline between Openweb UI and Openrouter + +1. 00: Queries a openrouter model and returns the response to the chat \ No newline at end of file