Jehu Torres

Results 1 comments of Jehu Torres

Another take while they decide to add the api type: ``` import { Configuration, OpenAIApi } from "openai"; const configuration = new Configuration({ basePath: "https://[AZURE_OAI_BASEPATH]/openai/deployments/[MODEL_NAME]", apiKey: "[API_KEY]", }); const openai...