Raman Singh01 commited on
Commit
1746fd7
1 Parent(s): 9ab28ae

added files

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. app.py +1 -1
  3. requirements.txt +53 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .env
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import openai
3
  import os
4
 
5
- openai.api_key = os.getenv("OPENAI_API_KEY")
6
 
7
  def generate_response(
8
  prompt,
 
2
  import openai
3
  import os
4
 
5
+ openai.api_key = os.getenv("OPENAI_KEY")
6
 
7
  def generate_response(
8
  prompt,
requirements.txt ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.3.0
2
+ annotated-types==0.7.0
3
+ anyio==4.4.0
4
+ attrs==23.2.0
5
+ blinker==1.8.2
6
+ cachetools==5.3.3
7
+ certifi==2024.7.4
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ distro==1.9.0
12
+ gitdb==4.0.11
13
+ GitPython==3.1.43
14
+ h11==0.14.0
15
+ httpcore==1.0.5
16
+ httpx==0.27.0
17
+ idna==3.7
18
+ Jinja2==3.1.4
19
+ jsonschema==4.23.0
20
+ jsonschema-specifications==2023.12.1
21
+ markdown-it-py==3.0.0
22
+ MarkupSafe==2.1.5
23
+ mdurl==0.1.2
24
+ numpy==2.0.0
25
+ openai==1.35.13
26
+ packaging==24.1
27
+ pandas==2.2.2
28
+ pillow==10.4.0
29
+ protobuf==5.27.2
30
+ pyarrow==16.1.0
31
+ pydantic==2.8.2
32
+ pydantic_core==2.20.1
33
+ pydeck==0.9.1
34
+ Pygments==2.18.0
35
+ python-dateutil==2.9.0.post0
36
+ pytz==2024.1
37
+ referencing==0.35.1
38
+ requests==2.32.3
39
+ rich==13.7.1
40
+ rpds-py==0.19.0
41
+ six==1.16.0
42
+ smmap==5.0.1
43
+ sniffio==1.3.1
44
+ streamlit==1.36.0
45
+ tenacity==8.5.0
46
+ toml==0.10.2
47
+ toolz==0.12.1
48
+ tornado==6.4.1
49
+ tqdm==4.66.4
50
+ typing_extensions==4.12.2
51
+ tzdata==2024.1
52
+ urllib3==2.2.2
53
+ watchdog==4.0.1