Skip to content

Commit

Permalink
modified: gpt-3.5-turbo-0125
Browse files Browse the repository at this point in the history
  • Loading branch information
AdieLaine committed May 4, 2024
1 parent 3d8fc86 commit 730b2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamly.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def on_chat_submit(chat_input, api_key, latest_updates, use_langchain=False):
user_input = chat_input.strip().lower()

# Initialize the OpenAI API
model_engine = "gpt-3.5-turbo-1106"
model_engine = "gpt-3.5-turbo-0125"

# Initialize the conversation history with system and assistant messages
if 'conversation_history' not in st.session_state:
Expand Down

0 comments on commit 730b2ce

Please sign in to comment.