chengzeyi commited on
Commit
1c63b92
·
1 Parent(s): 98bd119

Correct API-key handling notes in README

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -22,10 +22,11 @@ This Space does not ship an API key. Paste your own in the field at the top —
22
  create one in the [WaveSpeed dashboard](https://wavespeed.ai/dashboard).
23
 
24
  Your key is sent only to `api.wavespeed.ai` to run the model. It is not stored,
25
- not logged, and not written to disk; it is stripped out of error messages
26
- before they are displayed, and Gradio's flagging and API-page features (both of
27
- which would otherwise record or republish inputs) are disabled. Generations are
28
- billed to your own account.
 
29
 
30
  ## Development
31
 
 
22
  create one in the [WaveSpeed dashboard](https://wavespeed.ai/dashboard).
23
 
24
  Your key is sent only to `api.wavespeed.ai` to run the model. It is not stored,
25
+ not logged, and not written to disk. It is masked in the browser, stripped out
26
+ of error messages before they are displayed, and the generate event is marked
27
+ private so it never appears on Gradio's public API page — which would otherwise
28
+ publish client snippets containing every input, the key among them.
29
+ Generations are billed to your own account.
30
 
31
  ## Development
32