add pricing warning

This commit is contained in:
ransurf 2023-12-04 21:54:47 -08:00
parent 48792adb92
commit 2cd8b5af49
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export class AssistantEditModal extends Modal {
addInstructionsSetting(contentEl: HTMLElement) {
new Setting(contentEl)
.setName('Instructions (required)')
.setDesc('The instructions you want the assistant to follow')
.setDesc('The instructions you want the assistant to follow (free by courtesy of OpenAI until 01/12/2024')
.setClass('form-setting-textarea')
.addTextArea((text) => {
text.setPlaceholder('Enter instructions...')