Chris Van Pelt (CVP)

Results 267 comments of Chris Van Pelt (CVP)

Haven't had access to a windows machine. Short term quick solution is to just run it in docker, I'll be publishing an official image soon. I'll try to take a...

Will take a look.

Hey guys, if an API supports the OpenAI standard it should be easy to add. I'll look into making it configurable.

I'll add something to the readme this week 👍

It's able to do JavaScript if you ask it to. For pyscript to work we would need to bootstrap the interpreter like we do with tailwind. Possible but not something...

The problem is you really don't want to put your api key into the frontend... also, there's nothing specific about Python in this project. It could all be JavaScript. I...

I added an option to convert an HTML component into a Streamlit app which could be useful.

Can you share a link to a session on the hosted service?

I haven't used it, will take a look. Community contributions are also very welcome if anyone feels inspired to dive into the source or ask Devin to do it 😜

Hmm, looks like your environment is messed up. Here's what I would try. 1. Try upgrading pip `python -m pip install --upgrade pip` 2. `pip uninstall fastapi` 3. If that...