Atai Barkai
Atai Barkai
@sakshambp to contribute you need to use `pnpm` and turbo-repo. I added an issue to add this documentation: https://github.com/RecursivelyAI/CopilotKit/issues/81
@sakshambp see https://docs.copilotkit.ai/contribute/quickstart-contribute
Thank you @thesloppyguy It's rewarded now - apologies for the delay!
@shadow198 what are you referring to? I'm not familiar.
Thank you for the bug report @fullstackwebdev
We are on it
Change `content-type` header for POST requests from "text/plain;charset=UTF-8" to `application/json`
Great @iamtouha , let me know if you need any support
Thanks @vrushankportkey! For maintainability's sake, I think it'd be better to add a second api endpoint to the existing example - rather than a whole new example. Then users can...
Oh and one more thing - make sure everything compiles and lints locally. Instructions here: https://docs.copilotkit.ai/contribute/quickstart-contribute#testing-your-solution
hi @vrushankportkey we've updated our architecture, you can now easily add support to portkey by creating a new Adapter class. See the OpenAIAdapter for reference: https://github.com/CopilotKit/CopilotKit/blob/aa51c5d2ab57fe6eba48e2fd81007bcdad4723ae/CopilotKit/packages/backend/src/lib/openai-adapter.ts#L15-L57 Let me know if...