sharktide commited on
Commit
7efc55a
·
verified ·
1 Parent(s): 6aeec47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -8,4 +8,17 @@ pinned: true
8
  short_description: ' Servers and Routers for InferencePort AI'
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  short_description: ' Servers and Routers for InferencePort AI'
9
  ---
10
 
11
+ InferencePort AI Lightning is the hosted API behind the app's Lightning mode.
12
+
13
+ Key paths:
14
+
15
+ - App entrypoint: `app.py`
16
+ - Generation routes: `gen.py`
17
+ - Auth/subscription resolution: `helper/subscriptions.py`
18
+ - Rate limiting: `helper/ratelimit.py`
19
+ - Full docs: `https://inferenceport-ai.readthedocs.io`
20
+
21
+ Authentication:
22
+
23
+ - `Authorization: Bearer <supabase-access-token>`
24
+ - `Authorization: Bearer <dashboard-generated-api-key>`