Skip to content

Commit

Permalink
regenerated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 20, 2024
1 parent f815b30 commit e64826b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ object Quickstart extends ZIOAppDefault {
for {
animal <- Console.readLine("Animal: ")
result <- Completions.createCompletion(
model = Model.Predefined(Models.`Text-davinci-003`),
model = Model.Predefined(Models.`Gpt-3.5-turbo-instruct`),
prompt = generatePrompt(animal),
temperature = Temperature(0.6)
)
Expand Down

0 comments on commit e64826b

Please sign in to comment.