IBM / ibm-generative-ai

IBM-Generative-AI is a Python library built on IBM's large language model REST interface to seamlessly integrate and extend this service in Python programs.
https://ibm.github.io/ibm-generative-ai/
Apache License 2.0
246 stars 101 forks source link

openai api extension for ibm-generative-ai #350

Open onkarbhardwaj opened 5 months ago

onkarbhardwaj commented 5 months ago

Context

Many open-source libraries work with openai-compatible APIs. Can we create an openai extension for simple tasks such as completions and generation? This would enable a lot more libraries to work with llms supported by genai.

Alternatives

Yes - by writing a wrapper myself.

Has the feature been requested before?

No knowledge

If the feature request is approved, would you be willing to submit a PR?

No: Happy to discuss if needed.