Chris Van Pelt (CVP)
Chris Van Pelt (CVP)
[PDM](https://github.com/pdm-project/pdm) Was the other option i was thinking of, but Poetry seems like the clear winner by stars on GitHub.
Nice, love this idea. Right now I'm basically starting a new chat session each time. If we include a diff it would definitely provide more context. I'll experiment
@avik-pal I left some comments in the ticket @JoshKImperial just logged. It's complicated, but we might be able to implement a basic solution that doesn't handle all the edge cases...
I had this working at one point. Will try to bring it back soon
Yeah, I saw this in Michael's video. I'll try to reproduce and figure out what's up...
This should be fixed now...
Set the OLLAMA_HOST env variable
@tlo9 I brought most of this over and refactored a bit in [this PR](https://github.com/wandb/openui/pull/115).
This is now merged into master: https://github.com/wandb/openui/pull/115
Nice, yep that works. Another option is to install [pyenv](https://github.com/pyenv/pyenv) and [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv), then you can do something like: ``` pyenv virtualenv 3.12.0 openui pyenv local openui ```