fix(core): update
This commit is contained in:
parent
e5a348f57c
commit
1bd215d18d
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsdoc',
|
name: '@git.zone/tsdoc',
|
||||||
version: '1.1.25',
|
version: '1.1.26',
|
||||||
description: 'An advanced TypeScript documentation tool leveraging AI for enhanced insights and automated documentation generation, with capabilities for automated and enhanced documentation creation tailor-made for TypeScript projects.'
|
description: 'An advanced TypeScript documentation tool leveraging AI for enhanced insights and automated documentation generation, with capabilities for automated and enhanced documentation creation tailor-made for TypeScript projects.'
|
||||||
}
|
}
|
||||||
|
@ -64,6 +64,9 @@ export class AiDoc {
|
|||||||
await this.npmextraKV.writeKey('OPENAI_TOKEN', this.openaiToken);
|
await this.npmextraKV.writeKey('OPENAI_TOKEN', this.openaiToken);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!this.openaiToken) {
|
||||||
|
this.openaiToken = await this.npmextraKV.readKey('OPENAI_TOKEN');
|
||||||
|
}
|
||||||
|
|
||||||
// lets assume we have an OPENAI_Token now
|
// lets assume we have an OPENAI_Token now
|
||||||
this.openaiInstance = new plugins.smartai.OpenAiProvider(this.openaiToken);
|
this.openaiInstance = new plugins.smartai.OpenAiProvider(this.openaiToken);
|
||||||
|
Loading…
Reference in New Issue
Block a user