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

2024-04-15 Thread Francesco Bonazzi
On Sunday, April 14, 2024 at 5:30:25 a.m. UTC+2 Aaron Meurer wrote: 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. The

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

2024-04-13 Thread Aaron Meurer
dumb questions, but I am not the greatest computer expert ☹ > > Peter > > -Original Message- > From: sympy@googlegroups.com On Behalf Of Aaron > Meurer > Sent: Sonntag, 14. April 2024 05:30 > To: sympy@googlegroups.com > Subject: Re: [sympy] Re: SymPy integration

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

2024-04-13 Thread peter.stahlecker
@googlegroups.com On Behalf Of Aaron Meurer Sent: Sonntag, 14. April 2024 05:30 To: sympy@googlegroups.com Subject: Re: [sympy] Re: SymPy integration with LLM (generative AI) 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

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

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

2024-04-13 Thread Francesco Bonazzi
On Friday, April 12, 2024 at 8:17:49 a.m. UTC+2 samithkar...@gmail.com wrote: Are there any plans from our side for the LLM that use Sympy? Not that I know. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop

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

2024-04-12 Thread Samith Kavishke
Are there any plans from our side for the LLM that use Sympy? On Friday, April 12, 2024 at 2:11:13 AM UTC+5:30 Francesco Bonazzi wrote: > Their example jupyter notebook: > > https://github.com/langchain-ai/langchain/blob/master/cookbook/llm_symbolic_math.ipynb > > On Thursday, April 11, 2024 at

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

2024-04-11 Thread Francesco Bonazzi
Their example jupyter notebook: https://github.com/langchain-ai/langchain/blob/master/cookbook/llm_symbolic_math.ipynb On Thursday, April 11, 2024 at 10:35:18 p.m. UTC+2 Francesco Bonazzi wrote: > It looks like someone is already trying to integrate LLM with SymPy: > >