Update functions.py
Browse files- 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
|