Nagesh Hebbar

Results 1 comments of Nagesh Hebbar

This might work if the wrapper API follows similar endpoint names (eg. "chat/completions"). ``` var api = new OpenAI_API.OpenAIAPI(); api.ApiUrlFormat = " https://openai.api2d.net/{0}/{1}"; ``` the first arg in the URI...