ParthSadaria commited on
Commit
7030cff
·
verified ·
1 Parent(s): 0c76f77

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -370,9 +370,9 @@ async def get_completion(payload: Payload, request: Request, authenticated: bool
370
  else:
371
  endpoint = env_vars['secret_api_endpoint']
372
  custom_headers = {}
373
-
374
  scraper = get_scraper()
375
-
376
  async def stream_generator(payload_dict):
377
  try:
378
  # Send POST request with the correct headers
 
370
  else:
371
  endpoint = env_vars['secret_api_endpoint']
372
  custom_headers = {}
373
+ print(f"laude ye endpoint use kia: {endpoint}")
374
  scraper = get_scraper()
375
+
376
  async def stream_generator(payload_dict):
377
  try:
378
  # Send POST request with the correct headers