dylanjcastillo / blog_comments

dylancastillo.co comments
1 stars 0 forks source link

posts/code-interpreter-chatbot-pyodide-langchain-openai/ #20

Open utterances-bot opened 6 months ago

utterances-bot commented 6 months ago

Create a Code Interpreter Chatbot with Pyodide, LangChain, and OpenAI

Learn how to build your own code interpreter chatbot using Pyodide, LangChain, and OpenAI.

https://dylancastillo.co/code-interpreter-chatbot-pyodide-langchain-openai/

epugh commented 6 months ago

Enjoyed working through the code.. However, I don't see the pyodide aspect? I was assuming LangChain was running IN the browser, like when I use jupyterlite, but it looks like it's server side. I didn't see the python code running, just the answer about AAPL..

epugh commented 6 months ago

I added a print(chain_result) and the magic became clearer! Thanks.