update ai api list

This commit is contained in:
Liujian
2025-01-03 09:33:12 +08:00
parent 6faddc15e9
commit 36d8b96b61
4 changed files with 14 additions and 19 deletions
-13
View File
@@ -30,19 +30,6 @@ type APIItem struct {
Model ModelItem `json:"model"`
}
type AIAPIItem struct {
Id string `json:"id"`
Name string `json:"name"`
Service auto.Label `json:"service" aolabel:"service"`
Method string `json:"method"`
RequestPath string `json:"request_path"`
Model ModelItem `json:"model"`
Provider ProviderItem `json:"provider"`
UpdateTime auto.TimeLabel `json:"update_time"`
UseToken int64 `json:"use_token"`
Disable bool `json:"disabled"`
}
type ModelItem struct {
Id string `json:"id"`
Logo string `json:"logo"`