Skip to content

Commit

Permalink
Update model to gpt-3.5-turbo-instruct (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
hill committed Jan 17, 2024
1 parent 9d4549b commit 102d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -40,7 +40,7 @@ fn main() {
"max_tokens": 1000,
"presence_penalty": 0,
"frequency_penalty": 0,
"model": "text-davinci-003",
"model": "gpt-3.5-turbo-instruct",
"prompt": build_prompt(&cli.prompt.join(" ")),
}))
.header("Authorization", format!("Bearer {}", config.api_key))
Expand Down

0 comments on commit 102d009

Please sign in to comment.