killian
killian
I think you're right and I think we should merge this. To go even further, honestly it feels like we should even move `get_config` out of the class and into...
Ended up actually going with something like this! The new Python version takes a million parameters, everything `config` here would take. Then config happens around the initialization of that object....
Thank you so much for finding this @gagebt, let me know if anything else in javascript is weird. I'm a python dev so I rarely encounter things like this, very...
Thanks for catching this bug and finding the fix @filip-van-hoeckel, have added `openai` requirement of > 1.x to our `pyproject.toml` which should repair this in `0.2.0`. Will let you know...
Nice, thanks @sbendary25 for working on this and of course @ericrallen for the incredible initial PR. If this can be adapted to the current codebase (I think this PR is...
It's been completed and I should prob just delete that item, but you were totally right about the error, and should get the credit! Eagle-eyed catch @eltociear. Merging.
I think this is smart for attracting the Rust community :) Will merge Suibhne's PR and close this!
Hey @tegnike! Great work on this one, would have around vision into the Python package much more quickly. Anton had a good `profiles` PR cooking so I knew we were...
Hey @KitoKotowa. For sure! The [desktop app](https://openinterpreter.com/) will let you export all the non-erroring code blocks in a chat session as a `.py` or `.ipynb`. Perhaps we can implement this...
Looks great! Many thanks @CyanideByte. I would have never caught this, and it totally breaks %tokens without your patch. And I agree @Notnaton— though I'm not sure how to test...