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