Alter base prompt for browser environment

#1
by do-me - opened

Amazing app! I have a few questions:

  1. What Python interpreter is this using, Pyscript, Pyodide or similar? In any case, it's cool that e.g. pandas works out of the box and even more specific libraries like geopandas are included. How does this work? Does it pull the libraries on the fly?

  2. Something that doesn't work yet is fetching data over http. I assume, the base prompt doesn't provide specific instructions about this yet? You should probably include something like an example snippet (e.g. https://docs.pyscript.net/2024.10.1/api/#pyscriptfetch) and explain it cannot fire normal requests.

  3. Would you consider adding the source code?

Source code is in the github link in the app.

https://github.com/cfahlgren1/qwen-2.5-code-interpreter

It is using pyodide hence no support for http requests, but pyscript looks interesting 👀

Sign up or log in to comment