Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ retrieve_results = 10
|
|
| 14 |
show_examples = False
|
| 15 |
llm_models_to_choose = ['mistralai/Mixtral-8x7B-Instruct-v0.1','mistralai/Mistral-7B-Instruct-v0.2', 'google/gemma-7b-it', 'None']
|
| 16 |
|
| 17 |
-
token = os.
|
| 18 |
|
| 19 |
generate_kwargs = dict(
|
| 20 |
temperature = None,
|
|
|
|
| 14 |
show_examples = False
|
| 15 |
llm_models_to_choose = ['mistralai/Mixtral-8x7B-Instruct-v0.1','mistralai/Mistral-7B-Instruct-v0.2', 'google/gemma-7b-it', 'None']
|
| 16 |
|
| 17 |
+
token = os.getenv("HF_TOKEN")
|
| 18 |
|
| 19 |
generate_kwargs = dict(
|
| 20 |
temperature = None,
|