Spaces:
Sleeping
Sleeping
Update README
Browse files- public/README.md +11 -0
public/README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# chatgpt-api-frontend
|
2 |
Frontend of ChatGPT API, with an optional Cloudflare Pages Functions backend to proxy requests and store tokens.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: Deepseek Coder 1.3b Instruct
|
3 |
+
emoji: 🏆
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: red
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
license: gpl-3.0
|
9 |
+
app_port: 7860
|
10 |
+
---
|
11 |
+
|
12 |
# chatgpt-api-frontend
|
13 |
Frontend of ChatGPT API, with an optional Cloudflare Pages Functions backend to proxy requests and store tokens.
|
14 |
|