-
Notifications
You must be signed in to change notification settings - Fork 317
Open
Labels
Description
Does the library work with the OpenAI Responses API or only Chat Completion API for now? The library seemed to have trouble capturing my interactions at all over the Responses API.
Also:
When setting the model to a GPT-5 model it appears the background processing tries to call it with unsupported parameters.
ERROR: Fallback memory processing failed for x: Error code: 400 - {'error': {'message': "Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead.", 'type': 'invalid_request_error', 'param': 'max_tokens', 'code': 'unsupported_parameter'}}