Spaces:
Running
Running
Update customtools.py
Browse files- customtools.py +1 -1
customtools.py
CHANGED
|
@@ -265,7 +265,7 @@ def load_and_analyze_excel_file(query: str, file_path: str) -> str:
|
|
| 265 |
tool_llm = ChatNVIDIA(
|
| 266 |
model=NVIDIA_MODEL,
|
| 267 |
api_key= NVIDIA_API_KEY,
|
| 268 |
-
temperature=
|
| 269 |
top_p=1,
|
| 270 |
|
| 271 |
)
|
|
|
|
| 265 |
tool_llm = ChatNVIDIA(
|
| 266 |
model=NVIDIA_MODEL,
|
| 267 |
api_key= NVIDIA_API_KEY,
|
| 268 |
+
temperature=LLM_TEMPERATURE,
|
| 269 |
top_p=1,
|
| 270 |
|
| 271 |
)
|