Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasecio authored Aug 19, 2024
1 parent 8e50497 commit 026a9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summarize-url/streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from llama_index.llms.openai import OpenAI
from llama_index.readers.web import SimpleWebPageReader

Settings.llm = OpenAI(temperature=0.2, model="gpt-3.5-turbo") # change model to gpt-4o-mini, when available
Settings.llm = OpenAI(temperature=0.2, model="gpt-4o-mini")

# Streamlit app config
st.subheader("Summarize URL")
Expand Down

0 comments on commit 026a9bc

Please sign in to comment.