Skip to content

Commit ff8c400

Browse files
authored
[Doc] remove visible token in doc (#17884)
Signed-off-by: yan <yanma1@habana.ai>
1 parent 89a0315 commit ff8c400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/design/v1/prefix_caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To improve privacy in shared environments, vLLM supports isolating prefix cache
8686
{"role": "user", "content": "Here is a document with details about the world series: ..."},
8787
{"role": "user", "content": "Who won the world series in 2020?"}
8888
],
89-
"cache_salt": "Z3V2bmV3aGxza3ZubGFoZ3Zud3V3ZWZ2bmd0b3V2bnZmc2xpZ3RoZ2x2aQ=="
89+
"cache_salt": "your-cache-salt"
9090
}
9191
```
9292

0 commit comments

Comments
 (0)