Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ Answer the Question by exploring multiple reasoning paths as follows:
|
|
| 24 |
In summary, leverage a Tree of Thoughts approach to actively explore multiple reasoning paths, evaluate thoughts heuristically, and explain the process - with the goal of producing insightful answers.
|
| 25 |
"""
|
| 26 |
|
| 27 |
-
model_path = "
|
| 28 |
|
| 29 |
hf_token = os.getenv("HF_TOKEN")
|
| 30 |
if not hf_token:
|
|
|
|
| 24 |
In summary, leverage a Tree of Thoughts approach to actively explore multiple reasoning paths, evaluate thoughts heuristically, and explain the process - with the goal of producing insightful answers.
|
| 25 |
"""
|
| 26 |
|
| 27 |
+
model_path = "models/WhiteRabbitNeo"
|
| 28 |
|
| 29 |
hf_token = os.getenv("HF_TOKEN")
|
| 30 |
if not hf_token:
|