Commit ·
5ec5120
1
Parent(s): c5ab2d3
Add .env.example and requirements.txt files for environment configuration and dependencies
Browse files- .env.example +1 -0
- requirements.txt +7 -0
.env.example
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
OPENAI_API_KEY=sk-proj-
|
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
faiss-cpu>=1.13.2
|
| 2 |
+
gradio>=6.3.0
|
| 3 |
+
langchain>=1.2.6
|
| 4 |
+
langchain-community>=0.4.1
|
| 5 |
+
langchain-openai>=1.1.7
|
| 6 |
+
python-dotenv>=1.2.1
|
| 7 |
+
tiktoken>=0.12.0
|