소스 검색

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