aminaj commited on
Commit
03f2880
·
verified ·
1 Parent(s): 057ce85

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -372,7 +372,7 @@ async def get_answer_with_chat_history(llm: str, question: Question):
372
  return response
373
 
374
  # Set ngrok binary path
375
- ngrok.set_bin_dir(os.path.expanduser("~"))
376
 
377
  # Set ngrok authentication token
378
  ngrok.set_auth_token(os.environ['NGROK_AUTHTOKEN'])
 
372
  return response
373
 
374
  # Set ngrok binary path
375
+ ngrok.set_ngrok_path(os.path.expanduser("~/.ngrok2/ngrok"))
376
 
377
  # Set ngrok authentication token
378
  ngrok.set_auth_token(os.environ['NGROK_AUTHTOKEN'])