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
I implemented a new backend for OSS-GPT for OpenDigger like the video shows below:
open-digger-qa-bot-720.mov
Anyone can just POST a request to https://chat.hypercrx.cn/open-digger and set the question in body and the request will return data in stream mode.
We can try to replace the old version with this one and in the future, we can use https://chat.hypercrx.cn/{project_name} to answer questions for any project.
Description
I implemented a new backend for OSS-GPT for OpenDigger like the video shows below:
open-digger-qa-bot-720.mov
Anyone can just
POSTa request tohttps://chat.hypercrx.cn/open-diggerand set the question in body and the request will return data in stream mode.We can try to replace the old version with this one and in the future, we can use
https://chat.hypercrx.cn/{project_name}to answer questions for any project.