You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The openai implementation at /openai is currently just the same prompt box with a single answer being printed out below the box.
As you know, the chat.openai.com front-end keeps track of conversations and you can kind of pick up where you left off last time. It's my understanding that this is a greatly appreciated feature of the official front-end and we might have to consider something similar for our clone if the purpose is to provide GPT4 access to personnel.
Technically this is not impossible, but structurally this is a big change. I suggest branching out to a "conversations" branch to work in peace. This work is pretty well cut out for an IT student thesis.
The text was updated successfully, but these errors were encountered:
The openai implementation at /openai is currently just the same prompt box with a single answer being printed out below the box.
As you know, the chat.openai.com front-end keeps track of conversations and you can kind of pick up where you left off last time. It's my understanding that this is a greatly appreciated feature of the official front-end and we might have to consider something similar for our clone if the purpose is to provide GPT4 access to personnel.
Technically this is not impossible, but structurally this is a big change. I suggest branching out to a "conversations" branch to work in peace. This work is pretty well cut out for an IT student thesis.
The text was updated successfully, but these errors were encountered: