How to send many messages to open AI endpoint in one request? #1332
Closed
Stealthwriter
started this conversation in
General
Replies: 1 comment
-
You can apply the chat template by yourself in your client code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a model that extracts sentences from Text. I want to send many pieces of Text to the endpoint in a batch.
in Open ai they don't support batch requests.
I don't want to send many single requests.
How can I send a batch requests to /generate but still use the chat template?
Beta Was this translation helpful? Give feedback.
All reactions