Skip to content

Commit

Permalink
Merge pull request #10 from InterwebAlchemy/feature/fix-api-key-setti…
Browse files Browse the repository at this point in the history
…ng-name

fix: update api key setting name
  • Loading branch information
ericrallen committed Jul 29, 2023
2 parents 015c0e9 + be957de commit a585532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const DEFAULT_AUTO_SAVE_INTERVAL = 60

export const PLUGIN_SETTINGS: PluginSettings = {
debugMode: false,
openApiKey: '',
openAiApiKey: '',
apiKeySaved: false,
defaultTokenBuffer: DEFAULT_TOKEN_BUFFER,
defaultMaxTokens: DEFAULT_MAX_TOKENS,
Expand Down

0 comments on commit a585532

Please sign in to comment.