This commit is contained in:
valueon 2025-03-08 22:59:20 +01:00
parent b54913a5de
commit 523dba2eff
2 changed files with 2 additions and 3 deletions

View file

@ -44,5 +44,3 @@ def gpt4_proxy():
if __name__ == '__main__': if __name__ == '__main__':
app.run(host='localhost', port=7000) app.run(host='localhost', port=7000)

View file

@ -11,4 +11,5 @@ def test_gateway(prompttext):
else: else:
print('Failed to get response:', response.status_code, response.text) print('Failed to get response:', response.status_code, response.text)
test_gateway("Please give me a python script to summarize cells in excel") test_gateway("Please give me a python script to summarize all cells in an excel sheet")
print("finished")