Re: [sympy] Re: SymPy integration with LLM (generative AI)

2024-04-13 Thread Aaron Meurer
I made a SymPy GPT for ChatGPT. Although ChatGPT will already use SymPy if you ask it to solve a math problem. The only difference is that this has access to the latest version of SymPy and the SymPy documentation. There was some discussion about using LLMs to do LaTeX parsing (currently done by a

RE: [sympy] Re: SymPy integration with LLM (generative AI)

2024-04-13 Thread peter.stahlecker
Dear Aaron, Thanks! Does this also work with the free ChatGPT version, or only with the paid for version? How do I use it? Simply start my (free) ChatGPT as I do now? Excuse my dumb questions, but I am not the greatest computer expert ☹ Peter -Original Message- From: sympy@googlegroup

Re: [sympy] Re: SymPy integration with LLM (generative AI)

2024-04-13 Thread Aaron Meurer
I believe the custom GPTs require the paid version, since they use GPT 4 and the code interpreter which are paid features only. If you have a ChatGPT subscription and you click the link I provided, it should show up in the sidebar (or you can click "explore GPTs" and search for "SymPy"). Aaron Meu