Skip to content
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

[FEAT]: Add support for canvas #2652

Open
nekopep opened this issue Nov 19, 2024 · 0 comments
Open

[FEAT]: Add support for canvas #2652

nekopep opened this issue Nov 19, 2024 · 0 comments
Labels
enhancement New feature or request feature request

Comments

@nekopep
Copy link

nekopep commented Nov 19, 2024

What would you like to see?

Hello teams,
Mistral AI just released their two new model, pixtral-large (multi-modal) for pdf with image analysis and mistral-large-v2 for their new flagship model. At the same time they upgraded (a lot) their chat with new function like canvas, that I just discovered.
This is clearly one of the missing feature I was feeling with anything LLM.
Typically when you develop for example a python module the code is spread over several files and you work with your preferred LLM helping you to fill this part of code or this other part.
For example I want to develop an odoo module, with a canvas it looks like this:
image
What is cool with this feature is you can work with your LLM on this "temporary buffer", all the work you do on your part can be easily followed by the LLM and you are always in sync.
I understand this can be a lot of work but I found this:
https://github.com/langchain-ai/open-canvas
It is developed in typescript so "probably" (you are the experts!) it can be probably doable and give anything LLM a very cool feature :)

Just proposing this "Big feature" if that can be included in future plan?
Thanks for your time!

@nekopep nekopep added enhancement New feature or request feature request labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

1 participant