mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-09-23 13:46:35 +08:00
feat(release): migrate GeekAI v4.3.0 to open source
- Sync backend and frontend from GeekAI Plus v4.3.0 - Remove commercial License flows and update open-source deployment defaults - Preserve Docker Compose deployment and bump image tags to v4.3.0 BREAKING CHANGE: commercial License configuration and related endpoints are removed
This commit is contained in:
@@ -97,6 +97,9 @@ func (s *Service) Run() {
|
||||
case types.TaskSwapFace:
|
||||
res, err = s.client.SwapFace(task)
|
||||
break
|
||||
case types.TaskModal:
|
||||
res, err = s.client.Modal(task)
|
||||
break
|
||||
}
|
||||
|
||||
if err != nil || (res.Code != 1 && res.Code != 22) {
|
||||
|
||||
Reference in New Issue
Block a user