Skip to content

Commit

Permalink
modified: streamly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdieLaine committed Mar 17, 2024
1 parent 8ec6f67 commit 20aff41
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 @@ -143,7 +143,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"
model_engine = "gpt-3.5-turbo-1106"

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

0 comments on commit 20aff41

Please sign in to comment.