Skip to content

Commit

Permalink
default to gpt-4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvr committed Jul 24, 2023
1 parent 1037163 commit 9153009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/data.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ChatCompletionRequest } from "./ai-types.ts";
import { genDescriptiveNameForChat } from "./prompts.ts";

export const VERSION = "0.3.2";
export const VERSION = "0.3.3";
export const AUTO_UPDATE_PROBABILITY = 0.1;

export type Config = {
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const args = parse(Deno.args, {
});

// --- Parse Args ---
const DEFAULT_MODEL = "gpt-3.5-turbo";
const DEFAULT_MODEL = "gpt-4";
const DEFAULT_WPM = 800;
const AVG_CHARS_PER_WORD = 4.8;

Expand Down

0 comments on commit 9153009

Please sign in to comment.