-
Notifications
You must be signed in to change notification settings - Fork 112
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
Audio input, app layout tweaks, better background startup, use ExtendedTask #224
Conversation
For testing the audio input, you'll need to open the app in a browser instead of RStudio viewer. I haven't found a workaround to that. Same behavior in Positron. |
#222 should not be marked as ready to close. It's still WIP. That's my bad. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've gone through these changes and will be ready to merge once I hear from you @calderonsamuel
- Add audio input option for chat app. #224 | ||
- Fix bug with chat app not loading on linux. #224 | ||
- Allow chat app to run in Positron (not yet as background job) #224 | ||
- API calls now run async with ExtendedTask. #224 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update on this, ExtendedTask needs a promise to be returned. I've moved promises to Suggests, but it's not really another dependency because shiny already depends on the package.
I think I fixed it. |
Related issue
Description of changes
This is a rather big PR. It includes:
run_chatgpt_app
togptstudio_run_chat_app
For contributors
For reviewers