refactor: refactor OSS-GPT
Brief Information
This pull request is in the type of (more info about types):
- [ ] build
- [ ] ci
- [ ] docs
- [ ] feat
- [ ] fix
- [ ] perf
- [x] refactor
- [ ] test
Related issues (all available keywords):
- keyword #876
Details
Firstly, provide basic open domain question and answer functions. The question and answer regarding the knowledge base will be implemented in the future. Provide two modes of brightness and darkness, Chinese and English. Users can provide model information themselves, and currently support both OpenAI and DeepSeek. More models will be supported in the future. Anyway, with the basic infrastructure, we can start implementing various imaginative ideas.
Checklist
- [x] I have read the CONTRIBUTING doc
- [x] I have signed the CLA
Others
@Xsy41 @YaoYao-Pig You can test this when you have time.
The page is beautifully done. I found a small problem, when the code is presented, writing a line of code will be empty.
The page is beautifully done. I found a small problem, when the code is presented, writing a line of code will be empty.
![]()
Click to copy and you will find that essentially the blank line in the middle does not appear. This is actually a distinction made when a single line of long code cannot be represented by a single line. Like the example in the picture.
At present, let's mainly focus on the issues in the functional process and see if there are any major flaws in the functional process. Let's improve the style through continuous iterations in the future. Let's push things forward first.
At present, let's mainly focus on the issues in the functional process and see if there are any major flaws in the functional process. Let's improve the style through continuous iterations in the future. Let's push things forward first.
I don't think there's a problem with the function!