andreasmartin commited on
Commit
1e095fd
·
1 Parent(s): a871b8a

deepnote update

Browse files
Files changed (3) hide show
  1. Procfile +0 -1
  2. app.json +0 -14
  3. runtime.txt +0 -1
Procfile DELETED
@@ -1 +0,0 @@
1
- web: chainlit run app.py --port $PORT --no-cache
 
 
app.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "name": "ChEdBot",
3
- "image": "heroku/python",
4
- "env": {
5
- "DIALOGUE_SHEET": {},
6
- "PROMPT_ENGINEERING_SHEET": {},
7
- "PERSONA_SHEET": {},
8
- "AGENT": {},
9
- "OPENAI_API_KEY": {},
10
- "OPENAI_API_TYPE": {},
11
- "OPENAI_API_BASE": {},
12
- "OPENAI_API_VERSION": {}
13
- }
14
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
runtime.txt DELETED
@@ -1 +0,0 @@
1
- python-3.10.12