From 523dba2eff0cf729e30681e9c51865e87b4b9530 Mon Sep 17 00:00:00 2001
From: valueon
Date: Sat, 8 Mar 2025 22:59:20 +0100
Subject: [PATCH] upd
---
main.py | 2 --
test.py | 3 ++-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/main.py b/main.py
index 4fee100d..5f358fd1 100644
--- a/main.py
+++ b/main.py
@@ -44,5 +44,3 @@ def gpt4_proxy():
if __name__ == '__main__':
app.run(host='localhost', port=7000)
-
-
diff --git a/test.py b/test.py
index b7131dbd..784dc0d7 100644
--- a/test.py
+++ b/test.py
@@ -11,4 +11,5 @@ def test_gateway(prompttext):
else:
print('Failed to get response:', response.status_code, response.text)
-test_gateway("Please give me a python script to summarize cells in excel")
\ No newline at end of file
+test_gateway("Please give me a python script to summarize all cells in an excel sheet")
+print("finished")