prithivMLmods commited on
Commit
d5c677b
·
verified ·
1 Parent(s): b46bb47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ SYSTEM_PROMPT = """
202
 
203
  """
204
 
205
- def ragent_reasoning(prompt: str, history: list[dict], max_tokens: int = 1024, temperature: float = 0.7, top_p: float = 0.95):
206
  """
207
  Uses the Llama mode OpenAI model to perform a structured reasoning chain.
208
  """
 
202
 
203
  """
204
 
205
+ def ragent_reasoning(prompt: str, history: list[dict], max_tokens: int = 2048, temperature: float = 0.7, top_p: float = 0.95):
206
  """
207
  Uses the Llama mode OpenAI model to perform a structured reasoning chain.
208
  """