Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -378,6 +378,7 @@ async def get_completion(payload: Payload, request: Request, authenticated: bool
|
|
378 |
else:
|
379 |
endpoint = env_vars['secret_api_endpoint']
|
380 |
custom_headers = {}
|
|
|
381 |
print(f"laude ye endpoint use kia: {endpoint}")
|
382 |
scraper = get_scraper()
|
383 |
|
|
|
378 |
else:
|
379 |
endpoint = env_vars['secret_api_endpoint']
|
380 |
custom_headers = {}
|
381 |
+
print(payload_dict)
|
382 |
print(f"laude ye endpoint use kia: {endpoint}")
|
383 |
scraper = get_scraper()
|
384 |
|