Skip to content

Commit

Permalink
fix: default model
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Mar 29, 2023
1 parent 6fd013a commit 2b33177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/settingsManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type Schema = {
};

const settingsManager = new SettingsManager<Schema>(
{ model: "text-davinci-003", apiKey: "" },
{ model: "gpt-3.5-turbo", apiKey: "" },
{ prettify: true }
);

Expand Down

0 comments on commit 2b33177

Please sign in to comment.