- πΊπΈUnited States kevinquillen
The only change I would make here so far is swapping the request and response line (which matches ChatGPT ui)
- @kevinquillen opened merge request.
- πΊπΈUnited States kevinquillen
Wasn't sure what $responses or set('responses', $responses) was, so I removed that. Put Ask first and response second.
- πΊπΈUnited States kevinquillen
The final improvement that could be done here would be to accumulate past ask/response in the UI. For example, after submitting once, a new ask/response field appears, similar to the ChatGPT UI.
-
kevinquillen β
committed c53a2ac9 on 1.0.x
Issue #3346392 by kevinquillen, d0t101101: Improve OpenAI ChatGPT...
-
kevinquillen β
committed c53a2ac9 on 1.0.x
- Status changed to Fixed
over 1 year ago 4:09pm 10 March 2023 - πΊπΈUnited States d0t101101
Thanks for merging this in!
@kevinquillen - "For example, after submitting once, a new ask/response field appears, similar to the ChatGPT UI"
I actually thought of that too and took a swing at it already. Ran into some issues with how to append/prepend. Will revisit to see if I can get it working!
- πΊπΈUnited States d0t101101
Have some quick 'n crude code working on this front, providing repeated ChatGPT requests outputs appending into the same Response textarea.
Next I'd like to somewhat mimic https://chat.openai.com/chat UI/UX; will work on this as time permits! Patch to follow.
Automatically closed - issue fixed for 2 weeks with no activity.