Atai Barkai

Results 45 issues of Atai Barkai

Hello, The podspec specifies iOS 10.0 as the minimum deployment target, while the readme specifies iOS 9. Is this in error?

Added CopilotTextarea to the send form. It's given the entire existing conversation as context to inform autocompletions. ![chatbot-ui-copilottextarea-lowres](https://github.com/mckaywrigley/chatbot-ui/assets/746397/a08d100c-2382-46d7-bc99-84470ec5aad6)

Related to yet distinct from #65 ### Proposal Currently when the underlying LLM function returns an HTTP error, the entire error payload is displayed as the autocompletion suggestion. Instead the...

bug
good first issue
💎 Bounty

### Proposal - Add support for bold and italicized text in CopilotTextarea - CopilotTextarea uses [slate-js](https://github.com/ianstormtaylor/slate) under the hood. Lots of examples for adding bold/italicized support - Initially only add...

feature request
good first issue

**Describe the bug** Relevant code component: `IncludedFilesPreview` in `included-files-preview.tsx` CopilotTextarea allows for specifying document context, by calling `useMakeCopilotDocumentReadable` and passing a `DocumentPointer`. The DocumentPointer object contains an image to represent...

bug
good first issue
💎 Bounty
💰 Rewarded

**Is your feature request related to a problem? Please describe.** The default model should now be gpt-4-turbo **Additional context** Hint: look at `copilotkit/chat/route.ts`

feature request
good first issue

**Describe the bug** Virtually every CopilotKit functionality depends on a CopilotContext provided by the CopilotProvider. e.g. CopilotTextarea autocompletions, chatbot, etc. However when a CopilotProvider does not wrap the component, functionality...

bug
good first issue

**Is your feature request related to a problem? Please describe.** Create a button to auto-populate textarea. **Describe the solution you'd like** Simple button to pre-populate the textarea contents. Similar to...

feature request

Related to yet distinct from #64 ### Proposal Currently when the underlying LLM function returns an HTTP error, the entire error payload is displayed as the autocompletion suggestion. Instead the...

bug
good first issue

# Proposal Allow for specifying prompt for pre-populating copilot textarea contents with a given prompt

feature request