Closed johnd0e closed 7 months ago
BTW, current implementation demand to specify full endpoint url - https://api.openai.com/v1/chat/completions
.
This is not typical and not convenient. It would make more sense sticking to more common way, like: https://api.openai.com/v1
.
And it also would make sense to use environment variable OPENAI_BASE_URL, which is also pretty common.
Its api endpoint only for open ai, it would be misleading if that's not mentioned
Fixed
BTW, current implementation demand to specify full endpoint url -
https://api.openai.com/v1/chat/completions
. This is not typical and not convenient. It would make more sense sticking to more common way, like:https://api.openai.com/v1
.And it also would make sense to use environment variable OPENAI_BASE_URL, which is also pretty common.
Regarding the variable, I agree. Regarding the URL, I will check
Missed in #249