Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support Images in Chat Messages #82

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

LXBdev
Copy link
Owner

@LXBdev LXBdev commented May 27, 2024

#29

Currently has at least these issues:

  • Large files above approx 100kb don't work. First they fail on ASP.NET Core file upload, which can be configured. Then they fail silently. OpenAI SDK + API should handle 20 MB.
  • Drop zone is broken. Error on load of page for attaching handler. Delay attach using document.load?

@@ -87,11 +102,19 @@ private async Task RunSearch()
{
_loading = true;
this.StateHasChanged();
_chat.Messages.Add(new ChatRequestUserMessage(_next));

// TODO Add UI Test that uploads file and ensures the filename is shown and can file can be removed again
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO

@LXBdev LXBdev force-pushed the feature/fileupload branch from 94d5e72 to dedd9f7 Compare August 15, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant