Skip to content

Commit

Permalink
Merge pull request #688 from up2jj/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann authored May 24, 2024
2 parents 0eac951 + b8da9c9 commit e1d4a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickAddSettingsTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class QuickAddSettingsTab extends PluginSettingTab {
new Setting(this.containerEl)
.setName("Disable AI & Online features")
.setDesc(
"This prevents the plugin from making requests to external providers like OpenAI. You can still use User Scripts to execute arbitrary code, inclulding contacting external providers. However, this setting disables plugin features like the AI Assistant from doing so. You need to disable this setting to use the AI Assistant."
"This prevents the plugin from making requests to external providers like OpenAI. You can still use User Scripts to execute arbitrary code, including contacting external providers. However, this setting disables plugin features like the AI Assistant from doing so. You need to disable this setting to use the AI Assistant."
)
.addToggle((toggle) =>
toggle
Expand Down

0 comments on commit e1d4a14

Please sign in to comment.