@daocloud-proto/hydra 0.0.0-dev-4751b54b → 0.0.0-dev-85bfa8ca

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.
@@ -159,6 +159,7 @@ export type FineTuneConfig = {
159
159
  resources?: ResourceConfig
160
160
  createdAt?: GoogleProtobufTimestamp.Timestamp
161
161
  updatedAt?: GoogleProtobufTimestamp.Timestamp
162
+ modelSource?: boolean
162
163
  }
163
164
 
164
165
  export type CreateWSFineTuneConfigRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.0.0-dev-4751b54b",
3
+ "version": "v0.0.0-dev-85bfa8ca",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"