Nitien commited on
Commit
1a3eba4
·
verified ·
1 Parent(s): d1609ed

Update customtools.py

Browse files
Files changed (1) hide show
  1. 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=1,
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
  )