Skip to content

Commit

Permalink
Merge pull request #124 from WolframResearch/feature/prepare-release-…
Browse files Browse the repository at this point in the history
…for-13.3-testing

Release for 13.3 testing
  • Loading branch information
rhennigan authored May 18, 2023
2 parents 629f8ad + ee6ca16 commit cb7fb14
Show file tree
Hide file tree
Showing 11 changed files with 28,536 additions and 98 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build
.DS_Store
.DS_Store
Source/Chatbook/64Bit/Chatbook.mx
13 changes: 6 additions & 7 deletions PacletInfo.wl
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
PacletObject[<|
"Name" -> "Wolfram/Chatbook",
"PublisherID" -> "Wolfram",
"Version" -> "0.0.11",
"WolframVersion" -> "13.2",
"Description" -> "Wolfram tools for interacting with LLMs",
"Version" -> "0.0.12",
"WolframVersion" -> "13.2+",
"Description" -> "Wolfram Notebooks + LLMs",
"License" -> "MIT",
"Creator" -> {
"Connor Gray", "Theodore Gray", "Richard Hennigan"
},
"Creator" -> "Connor Gray, Theodore Gray, Richard Hennigan",
"Icon" -> "Assets/Images/PacletIcon.png",
(* NOTE: The BeginStartup and EndStartup contexts are special, and need to
be listed first and last, respectively, among all contexts provided by
this paclet. This is a workaround used to prevent the contexts from this
paclet from being present in $ContextPath post Kernel-startup. *)
"Loading" -> "Startup",
"PrimaryContext" -> "Wolfram`Chatbook`",
"Extensions" -> {
{"Kernel", "Root" -> "Source/Startup/Begin", "Context" -> "Wolfram`Chatbook`BeginStartup`"},
{"Kernel",
Expand All @@ -37,7 +36,7 @@ PacletObject[<|
"Helper",
"Wolfie",
"Birdnardo",
"None"
"None"
}
},
{"FrontEnd"}
Expand Down
Loading

0 comments on commit cb7fb14

Please sign in to comment.