nickmuchi commited on
Commit
e0e0e4d
1 Parent(s): db7f66b

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -570,7 +570,7 @@ def embed_text(query,_docsearch):
570
 
571
  # llm = OpenAI(temperature=0)
572
  chat_llm = ChatOpenAI(streaming=True,
573
- model_name = 'gpt-4',
574
  callbacks=[StdOutCallbackHandler()],
575
  verbose=True,
576
  temperature=0
 
570
 
571
  # llm = OpenAI(temperature=0)
572
  chat_llm = ChatOpenAI(streaming=True,
573
+ model_name = 'gpt-4-0613',
574
  callbacks=[StdOutCallbackHandler()],
575
  verbose=True,
576
  temperature=0