Nicholas Pipitone

Results 20 comments of Nicholas Pipitone

@dougbinks Hello! It looks like you have this implemented on a lot of major systems based on your updates, but has there been any recent status update on this? Right...

@icculus Unplugging your network cable as the host of a multiplayer game would indeed disconnect everyone else playing the game (If you're not the host, as with a client/server model,...

@Mingun Yep! I know now that I can reorganize my statements to avoid this dilemma and I have since done this, which would then fix the problem. Thanks for the...

Solution is also provided at https://github.com/openai/openai-python/issues/911#issuecomment-1857142928 It's described as pydantic, but I don't think we can have `messages=` accept both dictionaries and pydantic models. However, `Message` can be a function...

There is a lot of GPT-4 use these days, and Celery can't handle this use case currently (without some workarounds by the developer). A potential workaround is to set Celery's...

I personally use inlay for maximum information possible, so I'd rather just max info in all situations (I've never used the feature to bring inlay hints into real life /...

Interesting potential edge cases - 1. It's also keyword arguments that appear but aren't actually keyword. E.g., `dt.datetime.fromisoformat(date_string=user.timezone)`, date_string in this case is not a valid keyword argument. 2. Inlay...

@abetlen Hey; this would be huge if you're still working on it. Right now I'm using 100% of the VRAM on an A40, and getting like 3% utilization for the...

If anyone else is running into this error, you can pip install `git+https://github.com/shobrook/openlimit.git@ae77eb7d41f537ce1e68f78031f4b7197ddf29f4#egg=openlimit` , which also works in requirements.in and requirements.txt

@shobrook Do you know the status on redeploying this to pypi? pypi is still using an old version (0.3.0)