Spaces:
Runtime error
Runtime error
1lint commited on
Commit ·
22addc6
1
Parent(s): 11ec56e
update for github repo
Browse files- README.md +7 -1
- requirements.txt +2 -1
README.md
CHANGED
|
@@ -10,4 +10,10 @@ pinned: false
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Streaming Chatbot
|
| 14 |
+
|
| 15 |
+
Install with `pip install -r requirements.txt`
|
| 16 |
+
|
| 17 |
+
Run with `python app.py`
|
| 18 |
+
|
| 19 |
+
Gradio app that streams chat completions from the OPENAI API service. Get an API Key at https://platform.openai.com/account/api-keys to try this out.
|
requirements.txt
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
openai
|
|
|
|
|
|
| 1 |
+
openai
|
| 2 |
+
gradio==3.30
|