Max Leiter
Max Leiter
No progress has been made in months, and no new features are being added until it's done? That seems incredibly... silly
Can you share removeNestedEntry?
I'm tempted to close this as invalid, it doesn't seem like a problem with the library?
Would something as described [here](https://github.com/SortableJS/Sortable/issues/837#issuecomment-1014927458) work? Otherwise I'm open to suggestions on how an API could look for your use case.
@jakubserwin any API suggestions on how you would like to interact with the lib would be welcome. I use it in a stateless context so I don't need to keep...
Sorry @nlhkabu, I completely missed your offer. It's probably too late to be of help for you, but that fork seems like a great solution with the caveat of multidrag...
@icepaq thats exactly it. I’ve been busy and not working on drift much. Once next 13 is released I intend to spend some time updating it
Closing as initial support was implemented in #311. Please create new issues for specific needs you encounter and we can address them individually. You can view the docs here: https://sdk.vercel.ai/docs/guides/functions
I think there are two issues here: 1. Streaming langchain is broken for certain models (see https://github.com/vercel-labs/ai/issues/205) 2. You are encountering a timeout. On the hobby tier of Vercel, serverless...
Closing as this has been resolved upstream, see https://github.com/dan-kwiat/openai-edge/issues/8#issuecomment-1634334338 const endpoint = `https://${AZURE_OPENAI_API_INSTANCE_NAME}.openai.azure.com` export const config = new Configuration({ // apiKey: AZURE_OPENAI_API_KEY, // OPENAI_KEY, basePath: `${endpoint}/openai/deployments/${AZURE_OPENAI_API_DEPLOYMENT_NAME}`, defaultQueryParams: new URLSearchParams({ "api-version":...