Contributed by: Giulio Alessandrini, Timothée Verdier, Christopher Wolfram, Bob Sandheinrich
Installation Instructions
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["Wolfram/LLMFunctions"]
To load the code after installation, evaluate this code:
Needs["Wolfram`LLMFunctions`"]
Examples
Basic Examples (2)
Synthesize text based on a simple description:
Create a function that finds and validates city names based on their nickname:
Evaluate the function on an input:
Scope (3)
Create a new chat:
Add a message and a response to the conversation:
Specify an initialization prompt for a chat:
Add a message and a response to the conversation:
Create a synthetic image from a caption:
Disclosures
- Local files
- Wolfram account
- External services
- WL built-in symbols
- Paclet dependencies
-
Learn More »
Compatibility
Wolfram Language Version 13.2
Version History
- 1.0.11
– 30 May 2023
- 1.0.10
– 18 May 2023
- 1.0.9
– 18 May 2023
- 1.0.8
– 17 May 2023
- 1.0.7
– 17 May 2023
- 1.0.6
– 12 May 2023
- 1.0.5
– 08 May 2023
- 1.0.4
– 06 May 2023
- 1.0.3
– 04 May 2023
- 1.0.2
– 04 May 2023
- 1.0.1
– 27 April 2023
- 1.0.0
– 21 April 2023
MIT License
Paclet Source