Znunu

Results 21 comments of Znunu

Hello @krrishdholakia I wrote two tests. The first test passes, the second one raises an exception ```python from litellm.utils import Message, trim_messages, get_token_count, ChatCompletionMessageToolCall, Function def test_trimming_non_dicts(): messages = [Message(role="user",...

> is it because I'm using Windows? I think so. It was written for Linux and hasn't been tested on windows. Which is why I'm surprised if you got the...

Binaries must be built for either win or linux. Running the tasks from the tutorial on linux and then just copying them over to win, won't work. Frankly I'm not...

This seems like a nice addition. Maybe you guys should just add it, because eddo888 seems to have gone poof

I wouldn't mind to give it a try! I only really bothered with the ctypes module though, since just getting that to work ended up taking way too long. Fortunately...

I'm not actually completely sure about GCC, I ended up using the MSVC compiler. Though both should be possible. Originally I just used cmd to build the app. For ctypes,...

I created a PR, it should show above this comment. Try and run this in linux. I tried my best not to break it for linux, but I've only tested...

I left a reply on your issue @jima80525 it'd be nice to update the tutorial with all the new stuff and also to make it clear that the PyBind11 and...

I've created a PR that adds support for JPG & PNG extensions