yilin1344 commited on
Commit
8051346
1 Parent(s): 0024524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from llama_index import (
9
  StorageContext,
10
  load_index_from_storage,
11
  )
12
- from langchain.chat_models import OpenAI
13
  import chainlit as cl
14
 
15
 
 
9
  StorageContext,
10
  load_index_from_storage,
11
  )
12
+ from llama_index.llms import OpenAI
13
  import chainlit as cl
14
 
15