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")