bump libs
migrate to typescript 6 remove ytdl feature
This commit is contained in:
@@ -20,9 +20,9 @@ export class GeminiGetModel extends Command {
|
||||
|
||||
return {
|
||||
vision: {supported: true},
|
||||
ocr: null,
|
||||
ocr: undefined,
|
||||
thinking: {supported: info.thinking},
|
||||
tools: null
|
||||
tools: undefined
|
||||
};
|
||||
} catch (e) {
|
||||
logError(e);
|
||||
|
||||
Reference in New Issue
Block a user