Spaces:
Tonic
/
Running on Zero

Tonic commited on
Commit
9aa13c6
1 Parent(s): 20c4eca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "models/WhiteRabbitNeo"
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 = "WhiteRabbitNeo/Trinity-13B"
28
 
29
  hf_token = os.getenv("HF_TOKEN")
30
  if not hf_token: