Complete retooling of the package, it simplifies integration
Going forward ch_submit() will be the only function that will be needed to integrate a new backend. It will only require the output of the model, and cat() the current results if streaming is set to TRUE
Removes DaVinci model, and the older "completion" methods (as opposed to the "chat completion" methods) which was only required for non GPT models
ch_submit()
will be the only function that will be needed to integrate a new backend. It will only require the output of the model, andcat()
the current results if streaming is set toTRUE