Skip to content

Commit

Permalink
Update streamly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdieLaine authored Jul 24, 2024
1 parent e7f0358 commit 7a51643
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-4o-mini-2024-07-18"
model_engine = "gpt-4o-mini"

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

0 comments on commit 7a51643

Please sign in to comment.