iAkashPaul commited on
Commit
7b9814a
β€’
1 Parent(s): d67c495

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,11 +1,17 @@
1
  ---
2
- title: Cors Proxy Baseten
3
- emoji: 🌍
4
- colorFrom: purple
5
- colorTo: red
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
1
  ---
2
+ title: CORS Proxy for Baseten
3
+ emoji: πŸ”€
4
+ colorFrom: green
5
+ colorTo: gray
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
  ---
10
 
11
+ # CORS Proxy for Basten
12
+
13
+ Instead of an nginx reverse proxy, I chose to just plug in a FastAPI route for service status & reverse proxying to Baseten(can be any provider like Replicate etc).
14
+
15
+ ### Configs
16
+
17
+ * Change out Model ID, API Key, Prefix prompt etc to your values