Sumkh commited on
Commit
1174deb
·
verified ·
1 Parent(s): 5695d95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -555,7 +555,7 @@ ensemble_retriever_tool = StructuredTool.from_function(
555
 
556
  TEMPERATURE = 0.5
557
  model = ChatOpenAI(
558
- model="unsloth/llama-3-70b-Instruct-bnb-4bit",
559
  temperature=TEMPERATURE,
560
  timeout=None,
561
  max_retries=2,
 
555
 
556
  TEMPERATURE = 0.5
557
  model = ChatOpenAI(
558
+ model="unsloth/llama-3-8b-Instruct-bnb-4bit",
559
  temperature=TEMPERATURE,
560
  timeout=None,
561
  max_retries=2,