bubuuunel commited on
Commit
d039dd5
1 Parent(s): f5714ea

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +5 -6
app.py CHANGED
@@ -4,7 +4,6 @@
4
  # Import the necessary Libraries
5
 
6
  import json
7
- import tiktoken
8
  import gradio as gr
9
  import uuid
10
 
 
4
  # Import the necessary Libraries
5
 
6
  import json
 
7
  import gradio as gr
8
  import uuid
9
 
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- openai==1.23.2 \
2
- tiktoken==0.6.0 \
3
- langchain==0.1.1 \
4
- langchain-community==0.0.13 \
5
- chromadb==0.4.22 \
6
- sentence-transformers==2.3.1 \
 
1
+ openai==1.23.2
2
+ langchain==0.1.9
3
+ langchain-community==0.0.32
4
+ chromadb==0.4.22
5
+ sentence-transformers==2.3.1