-
Notifications
You must be signed in to change notification settings - Fork 102
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
[Refactor] refactor OSS-GPT #876
Comments
We can add a function to make the question and answer interface more free, you can move or fix on the page at will.Similar to the following demonstration. 9.23.mp4 |
All of these can be considered in the future. Complete the construction of infrastructure first. Continuously iterate afterwards. |
I may have just learned about this today, but I'm curious about your thoughts on GitHub Chat. @wangyantong2000 @Xsy41 |
A landing page: https://github.com/copilot |
I think that creating this OSS-GPT display interface is not just for the purpose of completing Q&A needs. More importantly, it is treated as an infrastructure, a display interface. In order to enable other automated functions that will be completed using LLM in the future. When the behavior of these functions requires a display interface in the final or process, there should be a place to showcase them. For example, the automatic creation of issues, issue recommendations, and so on, may currently have limited ideas. But when there are other creative ideas that need to be presented later, there should be a display interface. So I call it infrastructure. |
@Xsy41 I mean, they are overlapping, is this part of the refactor fix? |
If there is an overlap with other plugins, we can consider @Xsy41 's suggestion of allowing icons and display boxes to be dragged. But it was not included in this refactoring and will be carried out in point 5 mentioned in this issue comment #840 (comment). |
The style modification part can be completed by @Xsy41 in the future. |
@wangyantong2000 Thank you for explaining the roadmap! 💕 I'm here to remind you that this would cause github pro users to drop Hypercrx as it's a very obvious conflict. |
Does this conflict refer to the overlap of this style or a functional issue? |
This is indeed a problem. GitHub Copilot offers similar features to oss-gpt in HyperCRX, such as code modification, help answering common development questions, and summarizing repository issues, and GitHub Copilot requires no additional plug-ins or licenses, which may be easier to use. Currently, oss-gpt only does some basic features, and will continue to develop in the future, such as automatic problem creation, problem recommendation to the right developer, and so on. Now users can use HyperCRX Settings to set whether the oss-gpt feature is required. In the future, when oss-gpt is more perfect, can we consider making this function separate from HyperCRX and become a new plug-in independently? |
Description
Refactoring OSS-GPT. For the question and answer function at the repository level, it will wait until it is completed later. The first thing to complete is a basic question and answer function, as well as the construction of a scenario that can provide users with the ability to fill in model information. With infrastructure, the implementation of subsequent functions can be promoted.
iShot_2024-09-25_11.30.58.mp4
The above is a rough demo. Actual improvements will be made later. Including dual versions in both Chinese and English, light and dark modes, component styles, and more.
The text was updated successfully, but these errors were encountered: