Conversation
5fc5473 to
493b571
Compare
mdumandag
left a comment
There was a problem hiding this comment.
We also need to remove/deprecate api fields (like in dlq filter/event filter/messages/destinations/... etc).
|
I think there is a model-provider mismatch here, same for async test: |
mdumandag
left a comment
There was a problem hiding this comment.
there is one more leftover api field that should be removed:
see message.py#298
README.md
Outdated
| ```python | ||
| from qstash import QStash | ||
| from qstash.chat import upstash | ||
| from qstash.chat import openai |
There was a problem hiding this comment.
now, there is a duplicate example. see the line 103, Publish a JSON message to LLM Using Custom Providers
we should remove this or that
|
Apart from this PR, I think we have renamed events to logs in JS SDK, we can make the same here and remove the events api altogether since this is a major version bump |
No description provided.