Replies: 2 comments 4 replies
-
Hey @Garand0o0! I'm here to help you with any bugs, questions, or contributions while you wait for a human maintainer. Let me know how I can assist you! Yes, LangChain supports OpenAI's Batch API. You can configure the batch size and other parameters to use this feature effectively. Here is an example configuration for batch size: batch_size: int = 20
"""Batch size to use when passing multiple documents to generate.""" For more details, you can refer to the relevant code in the repository [1]. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Duplicate question here. Add your upvotes people! |
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
-
Checked other resources
Commit to Help
Example Code
''''''
Description
Does LangChain support OpenAI's Batch API?
System Info
langchain
Beta Was this translation helpful? Give feedback.
All reactions