|
195 | 195 | "assetProjectModels": [ |
196 | 196 | { |
197 | 197 | "id": "clzief6pr003c7tc99680e8yj", |
198 | | - "name": "ProjectModelA", |
199 | | - "configuration": {"temperature": 1, "model": "auto"}, |
| 198 | + "projectModelId": "ProjectModelA", |
| 199 | + "configuration": {"temperature": 1, "model": "my-model-1"}, |
200 | 200 | }, |
201 | 201 | { |
202 | 202 | "id": "clzief6ps003d7tc9fzgj2xkf", |
203 | | - "name": "ProjectModelB", |
204 | | - "configuration": {"temperature": 0.5, "model": "auto"}, |
| 203 | + "projectModelId": "ProjectModelB", |
| 204 | + "configuration": {"temperature": 0.5, "model": "my-model-2"}, |
205 | 205 | }, |
206 | 206 | ], |
207 | 207 | "externalId": "clzief6pg003a7tc9cn0p1obf", |
|
242 | 242 | "models": { |
243 | 243 | "A": { |
244 | 244 | "configuration": { |
245 | | - "model": "auto", |
| 245 | + "model": "my-model-1", |
246 | 246 | "temperature": 1, |
247 | 247 | }, |
248 | 248 | "id": "clzief6pr003c7tc99680e8yj", |
249 | | - "name": "ProjectModelA", |
| 249 | + "projectModelId": "ProjectModelA", |
250 | 250 | }, |
251 | 251 | "B": { |
252 | 252 | "configuration": { |
253 | | - "model": "auto", |
| 253 | + "model": "my-model-2", |
254 | 254 | "temperature": 0.5, |
255 | 255 | }, |
256 | 256 | "id": "clzief6ps003d7tc9fzgj2xkf", |
257 | | - "name": "ProjectModelB", |
| 257 | + "projectModelId": "ProjectModelB", |
258 | 258 | }, |
259 | 259 | }, |
260 | 260 | "labels": [ |
|
310 | 310 | "models": { |
311 | 311 | "A": { |
312 | 312 | "configuration": { |
313 | | - "model": "auto", |
| 313 | + "model": "my-model-1", |
314 | 314 | "temperature": 1, |
315 | 315 | }, |
316 | 316 | "id": "clzief6pr003c7tc99680e8yj", |
317 | | - "name": "ProjectModelA", |
| 317 | + "projectModelId": "ProjectModelA", |
318 | 318 | }, |
319 | 319 | "B": { |
320 | 320 | "configuration": { |
321 | | - "model": "auto", |
| 321 | + "model": "my-model-2", |
322 | 322 | "temperature": 0.5, |
323 | 323 | }, |
324 | 324 | "id": "clzief6ps003d7tc9fzgj2xkf", |
325 | | - "name": "ProjectModelB", |
| 325 | + "projectModelId": "ProjectModelB", |
326 | 326 | }, |
327 | 327 | }, |
328 | 328 | "labels": [ |
|
392 | 392 | "models": { |
393 | 393 | "A": { |
394 | 394 | "configuration": { |
395 | | - "model": "auto", |
| 395 | + "model": "my-model-1", |
396 | 396 | "temperature": 1, |
397 | 397 | }, |
398 | 398 | "id": "clzief6pr003c7tc99680e8yj", |
399 | | - "name": "ProjectModelA", |
| 399 | + "projectModelId": "ProjectModelA", |
400 | 400 | }, |
401 | 401 | "B": { |
402 | 402 | "configuration": { |
403 | | - "model": "auto", |
| 403 | + "model": "my-model-2", |
404 | 404 | "temperature": 0.5, |
405 | 405 | }, |
406 | 406 | "id": "clzief6ps003d7tc9fzgj2xkf", |
407 | | - "name": "ProjectModelB", |
| 407 | + "projectModelId": "ProjectModelB", |
408 | 408 | }, |
409 | 409 | }, |
410 | 410 | "labels": [ |
|
0 commit comments