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