There are open source services (such as vicuna) that are based on the API of open ai.
It would be interesting to continue using this library in these cases as well.
It seems to me that there is only to add as an additional configuration value the coreUrl defined in OpenAIServiceConsts, the rest should be the same.
If you can confirm that you might be interested in this use case as well, I can do a PR on the day :)
Thank you very much for the work done in the meantime!
There are open source services (such as vicuna) that are based on the API of open ai. It would be interesting to continue using this library in these cases as well. It seems to me that there is only to add as an additional configuration value the
coreUrl
defined inOpenAIServiceConsts
, the rest should be the same. If you can confirm that you might be interested in this use case as well, I can do a PR on the day :) Thank you very much for the work done in the meantime!