token bug corrected

This commit is contained in:
Roy Han 2024-07-03 15:03:54 -07:00 committed by royjhan
parent 6266603b17
commit 3702ed7532

View File

@ -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