Spaces:
Running
Running
Wimmboo commited on
Commit ·
7e69830
1
Parent(s): b2fc3ac
add app_port and base_path to README metadata
Browse files
README.md
CHANGED
|
@@ -4,8 +4,12 @@ emoji: 🐨
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: blue
|
| 6 |
sdk: docker
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
-
short_description: proxy
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
+
sdk_version: ""
|
| 8 |
+
app_file: Dockerfile
|
| 9 |
pinned: false
|
| 10 |
+
short_description: OpenAI-compatible API proxy
|
| 11 |
+
base_path: /
|
| 12 |
+
app_port: 7860
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|