fix(core): update
This commit is contained in:
		@@ -49,6 +49,8 @@ export class AiDoc {
 | 
			
		||||
          this.openaiToken = this.argvArg.OPENAI_TOKEN;
 | 
			
		||||
        } else {
 | 
			
		||||
          // lets try smartinteract
 | 
			
		||||
          // wait for a second until OpenAI fixes punycode problem...
 | 
			
		||||
          await plugins.smartdelay.delayFor(1000);
 | 
			
		||||
          const answerObject = await this.smartinteractInstance.askQuestion({
 | 
			
		||||
            type: 'input',
 | 
			
		||||
            message: `Please provide your OpenAI token`,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user