Eric
Eric
correct, this is possible. I left code for the option of typescript install [here](https://github.com/Developer-DAO/create-dao/blob/0709815bf658dee5ae747c3591acea46003cb1e1/index.js#L20) https://github.com/Developer-DAO/create-dao/blob/0709815bf658dee5ae747c3591acea46003cb1e1/index.js#L20 and the code to copy the correct templated folder [here](https://github.com/Developer-DAO/create-dao/blob/0709815bf658dee5ae747c3591acea46003cb1e1/create-app.js#L138) https://github.com/Developer-DAO/create-dao/blob/0709815bf658dee5ae747c3591acea46003cb1e1/create-app.js#L138 I think the idea...
Changes in the file structure coming down the pipeline. This helps for smoother npm publishing and future scaling of this project if tested and merged. [Linked PR](https://github.com/Developer-DAO/create-dao/pull/28)
@BlueGlaucus33 thank you!
Hi @smashwilson, I'm using Windows and Atom, I've switched profiles, but I'm stuck on the operating system's credential keychain change. I plan on staying with this account with Atom, so...
I noticed the same issue with the [example](https://sdk.vercel.ai/docs/guides/langchain). One workaround to get to work is add an `wrappedCall` ``` const { messages } = await req.json() const { stream, handlers...
Here is another approach to trigger `onCompletion` with no wrapper ``` import { StreamingTextResponse, LangChainStream, Message } from 'ai' import { CallbackManager } from 'langchain/callbacks' import { ChatOpenAI } from...
I was able to get streaming working for langchain agents [here](https://github.com/e-roy/openai-functions-with-langchain/blob/main/src/app/api/news-langchain/route.ts)
@Adebesin-Cell that's odd, I don't see an error for no api key, the only thing I can think of is maybe it's timing out for you? I deployed to vercel...
I think this is happening by ip address from threads.net
> For anyone facing this issue, I had to use a proxy provider to "solve" it @0Xero7 do you have an example code of what you mean? I'm using `...