Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -202,7 +202,7 @@ SYSTEM_PROMPT = """
|
|
| 202 |
|
| 203 |
"""
|
| 204 |
|
| 205 |
-
def ragent_reasoning(prompt: str, history: list[dict], max_tokens: int =
|
| 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 |
"""
|