openai-edge
openai-edge copied to clipboard
https://platform.openai.com/docs/api-reference/organization-optional states that you can pass in an organization ID when initializing. Is that supported in this package? Thanks!
output: ` "data": { "error": { "code": "404", "message": "Resource not found" } },`
**Title:** Performance Issue with Next.js 13 Edge Functions in AI Chatbot Application ### Description I am encountering significant performance issues with my Next.js 13 application that uses edge functions and...
Follow-up to https://github.com/dan-kwiat/openai-edge/issues/11
similar to openai settings ```js import http from 'http'; import HttpsProxyAgent from 'https-proxy-agent'; // Configure the default for all requests: const openai = new OpenAI({ httpAgent: new HttpsProxyAgent(process.env.PROXY_URL), }); //...
Fixed a dummy url in source code?
Hi how to specific url path for custom openai like server?
Sometimes when calling functions, I get `Unexpected token in JSON at position 11`. This happens during OpenAI function calling, I do not think it has to do with bad JSON...