upd
This commit is contained in:
parent
b54913a5de
commit
523dba2eff
2 changed files with 2 additions and 3 deletions
2
main.py
2
main.py
|
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
3
test.py
3
test.py
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue