@ericsanchezok/synergy-sdk 2.0.1 → 2.0.3
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.
- package/dist/gen/types.gen.d.ts +1 -1
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -1336,7 +1336,7 @@ export type Config = {
|
|
|
1336
1336
|
*/
|
|
1337
1337
|
holos_friend_reply_model?: string;
|
|
1338
1338
|
/**
|
|
1339
|
-
* Model for
|
|
1339
|
+
* Model for image analysis via the look_at tool, in the format of provider/model. If not set, look_at is disabled.
|
|
1340
1340
|
*/
|
|
1341
1341
|
vision_model?: string;
|
|
1342
1342
|
/**
|