mvoe HF metadata back
Browse files
README.md
CHANGED
@@ -1,15 +1,3 @@
|
|
1 |
-
# OAI Chat
|
2 |
-
|
3 |
-
Chat interface based on OpenAI transformer models. \
|
4 |
-
Features:
|
5 |
-
* Image upload (support for vision via gpt-4-vision)
|
6 |
-
* Word file (DOCX) upload
|
7 |
-
* PDF file support (via image rendering & GPT-4V)
|
8 |
-
* Plaintext file upload
|
9 |
-
* chat history download
|
10 |
-
* file download
|
11 |
-
* example: download an ICS calendar file the model has created for you
|
12 |
-
|
13 |
---
|
14 |
title: OAI Chat
|
15 |
emoji: 🤖
|
@@ -21,3 +9,15 @@ app_file: app.py
|
|
21 |
pinned: false
|
22 |
license: mit
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: OAI Chat
|
3 |
emoji: 🤖
|
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
12 |
+
|
13 |
+
# OAI Chat
|
14 |
+
|
15 |
+
Chat interface based on OpenAI transformer models. \
|
16 |
+
Features:
|
17 |
+
* Image upload (support for vision via gpt-4-vision)
|
18 |
+
* Word file (DOCX) upload
|
19 |
+
* PDF file support (via image rendering & GPT-4V)
|
20 |
+
* Plaintext file upload
|
21 |
+
* chat history download
|
22 |
+
* file download
|
23 |
+
* example: download an ICS calendar file the model has created for you
|