eslamelassal commited on
Commit
a0b07fd
·
verified ·
1 Parent(s): 61e797f

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +8 -8
  2. env-sample.txt +1 -0
  3. requirements.txt +4 -0
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- title: QuestionandAnswerApp
3
- emoji: 🌍
4
- colorFrom: blue
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 6.2.0
8
  app_file: app.py
9
  pinned: false
10
- short_description: Question and Answer App
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: LLMsIntro
3
+ emoji: 🏃
4
+ colorFrom: green
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.21.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
+ Check out the configuration reference at
13
+ https://huggingface.co/docs/hub/spaces-config-reference
env-sample.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ OPENAI_API_KEY=""
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ langchain==0.1.13
2
+ openai==1.14.2
3
+ streamlit==1.32.2
4
+ langchain-openai==0.1.0