azure openai

This commit is contained in:
Sakurasan
2023-05-28 01:18:45 +08:00
parent 9c04122680
commit 2890b817f9
6 changed files with 69 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ type Key struct {
UserId string `json:"-,omitempty"`
ApiType string `gorm:"column:api_type"`
EndPoint string `gorm:"column:endpoint"`
ResourceNmae string `gorm:"column:resource_name"`
DeploymentName string `gorm:"column:deployment_name"`
CreatedAt time.Time `json:"createdAt,omitempty"`
UpdatedAt time.Time `json:"updatedAt,omitempty"`