Jakob

Results 3 issues of Jakob

The following error occurs with Anthropic models: ``` Traceback (most recent call last): File "/home/jakobdylanc/.local/lib/python3.11/site-packages/litellm/llms/prompt_templates/factory.py", line 696, in anthropic_messages_pt if new_messages[0]["role"] != "user": ~~~~~~~~~~~~^^^ IndexError: list index out of range...

When using ollama with the llava vision model, you will get an error when including prefix info in the base64 image data (ex. `data:image/jpeg;base64,`) per the OpenAI API format. LiteLLM...

- Force-update to my latest commit: `git fetch && git reset --hard origin/main` - Update your python packages: `pip install -U -r requirements.txt` - Make sure your ***.env*** is up-to-date...