Skip to content

Commit

Permalink
chore: types
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Feb 2, 2025
1 parent 483db0a commit 0e979cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/store/setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class SettingStore {
name: 'ui_tars.setting',
defaults: {
language: 'en',
vlmProvider: env.vlmProvider || VlmProvider.Huggingface,
vlmProvider: (env.vlmProvider as VlmProvider) || VlmProvider.Huggingface,
vlmBaseUrl: env.vlmBaseUrl || '',
vlmApiKey: env.vlmApiKey || '',
vlmModelName: env.vlmModelName || '',
Expand Down

0 comments on commit 0e979cf

Please sign in to comment.