File size: 589 Bytes
6865764
 
 
 
 
 
 
 
 
 
 
b95ac18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Deepseek Coder 1.3b Instruct
emoji: πŸ†
colorFrom: yellow
colorTo: red
sdk: docker
pinned: false
license: gpl-3.0
app_port: 7860
---

# chatgpt-api-frontend
Frontend of ChatGPT API, with an optional Cloudflare Pages Functions backend to proxy requests and store tokens.

Code from https://github.com/longern/chatgpt-api-frontend

## Features
- [x] Chat with gpt-3.5-turbo model
- [x] Stream HTTP responses
- [x] Markdown support
- [x] Code highlighting
- [x] Save chat history
- [x] Store token in backend or require user to provide it

## Usage

Open `index.html`. That's it!