jejunepixels commited on
Commit
710bd93
·
verified ·
1 Parent(s): aa3bcdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -1,10 +1,19 @@
1
  ---
2
- title: Openai Proxy
3
- emoji: 📚
4
- colorFrom: yellow
5
- colorTo: indigo
6
  sdk: docker
 
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: OpenAI Proxy
3
+ emoji: 🔐
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: docker
7
+ app_port: 7860
8
  pinned: false
9
  ---
10
 
11
+ # OpenAI API Proxy
12
+
13
+ Secure proxy server for Unity game to call OpenAI API without exposing API keys.
14
+
15
+ ## Endpoints
16
+
17
+ - `GET /` - Status check
18
+ - `POST /chat` - Proxy OpenAI chat completions
19
+ - `GET /health` - Health check