-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Simple Web-UI possible? #1
Comments
Thanks Nirvor! Let's think about this, because I think it's a great idea, but I don't want to overcomplicate the project. I think we should try to keep it as minimal as possible so it's easy for someone new to understand the whole code base. Given the current terminal UI, what do you think are the benefits of a more reactive webserver UI? Some ideas: dragging files into it, perhaps chat history, export In the future, I think we should make a really simple app that would let people talk to Open Interpreter easily. It would basically be like a terminal interface / chat UI that doesn't require them to open a terminal. They could download it from the Mac store, or as an |
I have seen you already started, super! Looking forward to test it :-) -> But doing it via tailwind sounds really interesting, too (to follow, not sure if I can help that much...) After testing some GUIs (all with that "i forget everything during the sessions, no memory" of the openai API limitations... "bothers" me somehow the most...), some basic idea "features", without ( i think ) that its getting totally out of hand for a hobby project: Certainly! Adding those considerations, the updated list becomes:
( But: Its a nice feature to "open" the interpreter in a folder via terminal and let it edit/change/"do its work" within the folder! This would be most likely "lost" with a html gui...? ) I hope it helps! No feature request for sure, i would already be happy if I can copy the output of the interpreter out of a html chat instead of out of terminal. |
Thanks for the suggestion! Closing this as wontfix since the goal is to develop a desktop app rather than a web UI at this point. |
Terminal UI is buggy when scrolling, there are no libraries of web ui that do code interpreting?? |
Hi!
I like your approach for using the gpt4 api with "expended" codeinterpeter really a lot. Is it maybe possible to give the "chat" input/output to a frontend for a local webserver UI? Like via streamlit? Iam still @learning, cant really help that much with frontends a.e., I guess. But would really "boost" your nice concept.
The text was updated successfully, but these errors were encountered: