teunissenstefan / chatgpt-gui

GTK 4 front-end to ChatGPT completions written in Rust
ISC License
10 stars 4 forks source link

I have two questions #2

Closed LeeeSe closed 1 year ago

LeeeSe commented 1 year ago
  1. How to create ui files with Qt creator and use them for GTK?
  2. If I replace gtk.entry with gtk.textview, how can I set shortcut keys for textview? For example, press enter to clear the input and send the message to some variable? Sometimes I need multiple lines of input.
LeeeSe commented 1 year ago

I'm working on something similar, but it only supports gpt3.5-turbo. I am a newbie and if I can successfully solve the shortcut problem, my open source project can go ahead. Thank you for your work and I look forward to your reply!