anasmkh commited on
Commit
0f08318
·
verified ·
1 Parent(s): 5b84489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -1,10 +1,9 @@
1
- from llama_index.llms.openai import OpenAI
2
- from llama_index.embeddings.openai import OpenAIEmbedding
3
- from llama_index.core import Settings
4
- import os
5
- import json
6
  import streamlit as st
7
- import requests
 
 
 
 
8
 
9
  openai_api_key = os.getenv('OPENAI_API_KEY')
10
 
 
 
 
 
 
 
1
  import streamlit as st
2
+ import streamlit as st
3
+ from openai import OpenAI
4
+ import json
5
+ import os
6
+
7
 
8
  openai_api_key = os.getenv('OPENAI_API_KEY')
9