Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cowley committed Jan 18, 2024
1 parent f7fcdd6 commit b7a0aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/llm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tag::llm[]
import streamlit as st
from langchain.chat_models import ChatOpenAI
from langchain_openai import ChatOpenAI

llm = ChatOpenAI(
openai_api_key=st.secrets["OPENAI_API_KEY"],
Expand Down

0 comments on commit b7a0aa6

Please sign in to comment.