bhavya-k commited on
Commit
c860a3f
·
verified ·
1 Parent(s): 2f23197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def get_top_chunks(query):
59
 
60
  client = InferenceClient(
61
  model='Qwen/Qwen2.5-72B-Instruct',
62
- token = os.getenv('HF_TOKEN')
63
  )
64
 
65
  #client is where you can change the LLM model!
 
59
 
60
  client = InferenceClient(
61
  model='Qwen/Qwen2.5-72B-Instruct',
62
+ #token = os.getenv('HF_TOKEN')
63
  )
64
 
65
  #client is where you can change the LLM model!