Support for OpenSource Models #24
workflowanalytics
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
So just to jot it down - you wanna make sure we have the capability of using multiple keys in case of multiple OPENAI API calls, I believe I already created something like this - its called concurrency, you can check this out - I think we can develop a lot on top of it, let me know if you wanna work together, I have some good ideas @workflowanalytics |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for providing a open source approach to using the OpenAi models.
Some of the newer open models exceed Chat performance over chatgpt-3.5 (Mixtral in particular, https://arxiv.org/abs/2401.04088),
but otherwise may not have support for other OpenAi models. Many of these models utilize openai's chat api for compatibility to OpenAi, so calling them vrs OpenAi appears to be dooable.
Wondering if the expanding the keys.txt file to a CSV list of attributes necessary to support calls to compatible Chat api's.
To support a dynamic call capability, a reference of some form to the associated row would need to be passed to the calling methods. Cheezy approach, but looking for a way to avoid a database. Would be happy to assist but would want to do so in the context of senior developer's recommended approach.
Beta Was this translation helpful? Give feedback.
All reactions