xicocdi commited on
Commit
c14d284
·
1 Parent(s): 00fe093

update chat model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ retriever = vectordb.as_retriever(
77
  )
78
 
79
  llm = ChatOpenAI(
80
- model="gpt-4",
81
  temperature=0.1,
82
  streaming=True,
83
  )
 
77
  )
78
 
79
  llm = ChatOpenAI(
80
+ model="gpt-4o-mini",
81
  temperature=0.1,
82
  streaming=True,
83
  )