Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Language model and other API based machine learning functions for the WL
Contributed by: Giulio Alessandrini, Timothée Verdier, Christopher Wolfram, Bob Sandheinrich
An enhancement paclet for the Wolfram Language that seamlessly integrates and facilitates the use of Large Language Models (LLMs) for advanced natural language processing and generation
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`"]
Synthesize text based on a simple description:
In[1]:= |
Out[1]= |
Create a function that finds and validates city names based on their nickname:
In[2]:= |
Out[2]= |
Evaluate the function on an input:
In[3]:= |
Out[3]= |
Create a new chat:
In[4]:= |
Out[4]= |
Add a message and a response to the conversation:
In[5]:= |
Out[5]= |
Specify an initialization prompt for a chat:
In[6]:= |
Out[6]= |
Add a message and a response to the conversation:
In[7]:= |
Out[7]= |
Create a synthetic image from a caption:
In[8]:= |
Out[8]= |
Wolfram Language Version 13.2