Skip to content

Commit

Permalink
Revert WolframVersion requirement and default model change
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Sep 22, 2023
1 parent 3ead4da commit 89cdb48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PacletInfo.wl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PacletObject[ <|
"Name" -> "Wolfram/Chatbook",
"PublisherID" -> "Wolfram",
"Version" -> "1.2.0",
"WolframVersion" -> "13.3+",
"WolframVersion" -> "13.2+",
"Description" -> "Wolfram Notebooks + LLMs",
"License" -> "MIT",
"Creator" -> "Connor Gray, Theodore Gray, Richard Hennigan",
Expand Down
2 changes: 1 addition & 1 deletion Source/Chatbook/CreateChatNotebook.wl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CreateChatNotebook // Options = {
"LLMEvaluator" -> "CodeAssistant",
"MaxTokens" -> Automatic,
"MergeMessages" -> True,
"Model" -> "gpt-4",
"Model" -> "gpt-3.5-turbo",
"OpenAIKey" -> Automatic,
"PresencePenalty" -> 0.1,
"ShowMinimized" -> Automatic,
Expand Down

0 comments on commit 89cdb48

Please sign in to comment.