Shankarm08 commited on
Commit
c580a75
·
verified ·
1 Parent(s): 91b8d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@
4
  import streamlit as st
5
 
6
 
7
- from langchain.llms import openai
8
 
9
  #Function to return the response
10
  def load_answer(question):
 
4
  import streamlit as st
5
 
6
 
7
+ from langchain.chat_models import ChatOpenAI
8
 
9
  #Function to return the response
10
  def load_answer(question):