@daocloud-proto/hydra 0.1.2 → 0.1.3-dev-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,6 +33,9 @@ export type Model = {
33
33
  modelSupportFeature?: ModelSupportFeature[]
34
34
  creationTimestamp?: GoogleProtobufTimestamp.Timestamp
35
35
  updateTimestamp?: GoogleProtobufTimestamp.Timestamp
36
+ publicEndpointEnabled?: boolean
37
+ publicEndpointBaseUrl?: string
38
+ publicAccessModelName?: string
36
39
  }
37
40
 
38
41
  export type ListModelRequest = {
@@ -54,6 +54,8 @@ export type ModelServing = {
54
54
  stop?: string[]
55
55
  stopTokenIds?: number[]
56
56
  address?: string
57
+ modelAvatar?: string
58
+ regionName?: HydraCommonCommon.I18nName
57
59
  }
58
60
 
59
61
  export type ListModelServingRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.1.2",
3
+ "version": "v0.1.3-dev-1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"