Update app.py
Browse files
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!
|