Browse Source

token bug corrected

Roy Han 10 tháng trước cách đây
mục cha
commit
105e36765d
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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