port 8000 fix

This commit is contained in:
valueon 2025-03-11 09:24:54 +01:00
parent d83aac0505
commit 991313006d

View file

@ -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,
} }