jnehring / llm_tools

0 stars 1 forks source link

Dev #17

Closed akjuneja closed 1 year ago

akjuneja commented 1 year ago

I have changed wrapper name from openai_davinci to openai to represent a common name instead of model specific one. I have added a base class OpenAIBase to keep common functionalities and two child classes as they have different request functions.