andymbryant commited on
Commit
8083da8
0 Parent(s):

first commit

Browse files
Files changed (7) hide show
  1. .gitignore +3 -0
  2. README.md +0 -0
  3. app.py +0 -0
  4. requirements.txt +4 -0
  5. src/__init__.py +0 -0
  6. src/agent.py +0 -0
  7. src/notebooks/brainstorm.ipynb +42 -0
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ venv/
2
+ __pycache__/
3
+ *.pyc
README.md ADDED
File without changes
app.py ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ langchain
2
+ openai
3
+ gradio
4
+ # ipykernel
src/__init__.py ADDED
File without changes
src/agent.py ADDED
File without changes
src/notebooks/brainstorm.ipynb ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": 1,
6
+ "metadata": {},
7
+ "outputs": [],
8
+ "source": [
9
+ "import langchain"
10
+ ]
11
+ },
12
+ {
13
+ "cell_type": "code",
14
+ "execution_count": null,
15
+ "metadata": {},
16
+ "outputs": [],
17
+ "source": []
18
+ }
19
+ ],
20
+ "metadata": {
21
+ "kernelspec": {
22
+ "display_name": "venv",
23
+ "language": "python",
24
+ "name": "python3"
25
+ },
26
+ "language_info": {
27
+ "codemirror_mode": {
28
+ "name": "ipython",
29
+ "version": 3
30
+ },
31
+ "file_extension": ".py",
32
+ "mimetype": "text/x-python",
33
+ "name": "python",
34
+ "nbconvert_exporter": "python",
35
+ "pygments_lexer": "ipython3",
36
+ "version": "3.9.6"
37
+ },
38
+ "orig_nbformat": 4
39
+ },
40
+ "nbformat": 4,
41
+ "nbformat_minor": 2
42
+ }