-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Update deps #84
Update deps #84
Conversation
I updated to use ratatui as tui was abandoned and forked into an org owned by the community and renamed. |
Thanks for the help with updating dependencies. I think it's probably out of scope of ttyper to add support for generative AI, although I'm considering adding some kind of quote sourcing in v2 (#83). You can probably get that working pretty easily by just writing a shell script which wraps ttyper and passes the sentences in a file or through stdin. For ASCII art though, I'm not sure that enough people would want it for it to be worth the added complexity. How exactly do you envision the feature would work? |
Here are the diff: main...fnordpig:ttyper:generative_ai |
That's great! I'm happy you're able to adapt ttyper for teaching your daughter. |
Hi! I'm looking to (at least in a fork) integrate GPT3.5 and DALL-E to generate sentences with a theme and character set and display ascii art pictures to help my daughter (who loves minecraft) get more into the experience. I'd like to rev up the versions and thought it would be useful to submit back.