Sauten commited on
Commit
9c22143
·
verified ·
1 Parent(s): 0a78e01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ class BasicAgent:
31
  model_id="accounts/fireworks/models/qwen2p5-72b-instruct",
32
  temperature = 0.1,
33
  max_tokens = 100
 
34
  #top_p = 1
35
 
36
  def __call__(self, question: str) -> str:
 
31
  model_id="accounts/fireworks/models/qwen2p5-72b-instruct",
32
  temperature = 0.1,
33
  max_tokens = 100
34
+ )
35
  #top_p = 1
36
 
37
  def __call__(self, question: str) -> str: