-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Description
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- This is a feature request for the Python library
Describe the feature or improvement you're requesting
https://platform.openai.com/docs/api-reference/chat/create#chat-create-prompt_cache_key
https://platform.openai.com/docs/guides/prompt-caching
In [9]: openai.version
Out[9]: '1.97.1'
TypeError: Completions.create() got an unexpected keyword argument 'prompt_cache_key'
Additional context
No response