ParthSadaria commited on
Commit
852cb86
·
verified ·
1 Parent(s): 6a2bb7d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
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