port 8000 fix
This commit is contained in:
parent
d83aac0505
commit
991313006d
1 changed files with 2 additions and 1 deletions
3
test.py
3
test.py
|
|
@ -1,7 +1,8 @@
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
def test_gateway(prompttext):
|
def test_gateway(prompttext):
|
||||||
url = 'https://volucy-gateway-e3d2bzbxdeaaayhz.westeurope-01.azurewebsites.net:8000/gpt'
|
# url = 'https://volucy-gateway-e3d2bzbxdeaaayhz.westeurope-01.azurewebsites.net:8000/gpt'
|
||||||
|
url = 'http://localhost:8000/gpt'
|
||||||
payload = {
|
payload = {
|
||||||
'prompt': prompttext,
|
'prompt': prompttext,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue