Skip to content

Commit

Permalink
Revert default encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
bakks committed May 21, 2024
1 parent 525e17a commit d6b602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion butterfish/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
// These models are used specifically for counting tokens to pack into
// the prompt context
const DEFAULT_AUTOSUGGEST_ENCODER = "gpt-3.5-turbo-instruct"
const DEFAULT_PROMPT_ENCODER = "gpt-4o"
const DEFAULT_PROMPT_ENCODER = "gpt-4-turbo"

const ESC_CUP = "\x1b[6n" // Request the cursor position
const ESC_UP = "\x1b[%dA"
Expand Down

0 comments on commit d6b602c

Please sign in to comment.