Sachin9322 commited on
Commit
5ec213f
·
verified ·
1 Parent(s): ffc599d

Upload 4 files

Browse files
Files changed (4) hide show
  1. .env +1 -0
  2. app.py +0 -0
  3. langchain.ipynb +24 -0
  4. requirements.txt +5 -0
.env ADDED
@@ -0,0 +1 @@
 
 
1
+ OPENAI_API_KEY = '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'
app.py ADDED
File without changes
langchain.ipynb ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "metadata": {},
7
+ "outputs": [],
8
+ "source": []
9
+ }
10
+ ],
11
+ "metadata": {
12
+ "kernelspec": {
13
+ "display_name": "Python 3",
14
+ "language": "python",
15
+ "name": "python3"
16
+ },
17
+ "language_info": {
18
+ "name": "python",
19
+ "version": "3.12.1"
20
+ }
21
+ },
22
+ "nbformat": 4,
23
+ "nbformat_minor": 2
24
+ }
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ langchain
2
+ openai
3
+ huggingface_hub
4
+ python-dotenv
5
+ Streamlit