add pricing warning
This commit is contained in:
parent
48792adb92
commit
2cd8b5af49
|
@ -86,7 +86,7 @@ export class AssistantEditModal extends Modal {
|
||||||
addInstructionsSetting(contentEl: HTMLElement) {
|
addInstructionsSetting(contentEl: HTMLElement) {
|
||||||
new Setting(contentEl)
|
new Setting(contentEl)
|
||||||
.setName('Instructions (required)')
|
.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')
|
.setClass('form-setting-textarea')
|
||||||
.addTextArea((text) => {
|
.addTextArea((text) => {
|
||||||
text.setPlaceholder('Enter instructions...')
|
text.setPlaceholder('Enter instructions...')
|
||||||
|
|
Loading…
Reference in New Issue