Questions tagged [llm-functions]
Questions about LLM-related functionality, including ChatGPT, OpenAI, and so forth.
39 questions
4
votes
1
answer
200
views
Basic LLMGraph Usage Failing
I'm trying to run the first example from LLMGraph to no avail. LLMSynthesize works fine, can anyone tell me what I'm doing wrong?
...
7
votes
1
answer
192
views
How do you turn off that every output is sent to LLM?
Since the latest update, Mathematica is always trying to send the output that occurs to LLM, since I use a license provided by my research institute, which doesn't include Wolfram LLM plans, I then ...
6
votes
2
answers
206
views
List of available model strings for LLMEvaluator?
How to get a list of OpenAI models available for use in LLMEvaluator?
For example the list of model names like "gpt-4o", "gpt-4-vision-preview", "gpt-3.5-turbo" that you ...
5
votes
0
answers
96
views
How to use image generation models like GPT-Image with ChatCell?
I have access to GPT Image 1 model though my api key in the service connector:
But the ChatCell fails out in "raw" mode:
How are we supposed to use this, can someone provide an example for ...
5
votes
0
answers
163
views
The Pizza Agent: How can I use MCP to build agents with Mathematica?
Recently, OpenAI adopted the MCP protocol created by Anthropic to facilitate the development of AI agents.
In this video, we have an interesting example of MCP usage, where one of ElevenLabs’ ...
4
votes
1
answer
114
views
3
votes
0
answers
186
views
How to add a web API as an LLMTool?
There are many examples of using Wolfram language functions in LLMTools, but I would like to give the LLM a third-party web API (for which I have an OpenAPI definition, and that returns JSON). There ...
7
votes
0
answers
409
views
How to make an unpaid version of the new notebook assistant?
I already pay many dollars to openai and other llm vendors every month and I have a separate key for each service. Is there a way to make a side-docked "Assistant Notebook"
that does the ...
1
vote
1
answer
127
views
How can I provide a custom LLMTool to the current chatbook?
I wrote a useful LLMTool that works well with LLMSynthesize, but now I want to chat with it using the full chatbook interface. Is there a way to add that tool to the current notebook's ...
2
votes
0
answers
196
views
How can I use ChatGPT-4o?
I just cannot wrap my head around how to go about using ChatGPT-4o from Mathematica (14.0). I do have a paid ChatGPT Plus account with OpenAI. That gives me access to ChatGPT-4o online or through an ...
3
votes
0
answers
125
views
Can I get LLM optimized output using WolframAlpha function in Mathematica?
Can I get LLM optimized output using WolframAlpha function in Mathematica? I want to use simple text output from Wolfram Alpha withoud complex pods. I know that this is available by API, but I didn/t ...
1
vote
0
answers
136
views
Leveraging Mathematica's Capabilities for Building an Advanced Mathematical Database and Theorem Proving Syst [closed]
This is going to be an important and interesting question about the theorem proving capabilities of Mathematica and may be it has been asked before here but with the advent of LLM's the question ...
1
vote
2
answers
216
views
OpenAI ServiceConnect for `chat` completion API does not properly implement `logprobs` option
According to the OpenAI ServiceConnect documentation, the Chat request supports the option LogProbs (which allows for specifying ...
3
votes
0
answers
226
views
How to use GPT-4 vision?
How exactly do you call GPT vision, both programmatically and in chat-enabled notebooks?
It seems like the image is being downsized when pasted inline, and it is unclear how many prior cells are in ...
8
votes
1
answer
490
views
How to set LLMConfiguration Model to Claude 3?
I have an API key, but I'm not sure how to set the default for new chat-enabled notebooks to Claude 3? Is this supported, if not in the UI, what about programatically?
Also, I'd like to put my Gemini ...