浏览代码

token bug corrected

Roy Han 10 月之前
父节点
当前提交
105e36765d
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      docs/openai.md

+ 0 - 5
docs/openai.md

@@ -119,10 +119,6 @@ curl https://api.openai.com/v1/completions \
 - [ ] `user`
 - [ ] `n`
 
-#### Notes
-
-- `usage.prompt_tokens` will be 0 for completions where prompt evaluation is cached
-
 ### `/v1/completions`
 
 #### Supported features
@@ -155,7 +151,6 @@ curl https://api.openai.com/v1/completions \
 #### Notes
 
 - `prompt` currently only accepts a string
-- `usage.prompt_tokens` will be 0 for completions where prompt evaluation is cached
 
 ## Models