-
I ran this:
```bash
llm evals simple.yml -m opus -m haiku -m Meta-Llama-3-8B-Instruct
```
And got this:
```
('claude-3-opus-20240229', [True, True])
('claude-3-haiku-20240307', [False, True])
…
-
https://docs.anthropic.com/en/docs/build-with-claude/pdf-support
> The new Claude 3.5 Sonnet (`claude-3-5-sonnet-20241022`) model now supports PDF input and understands both text and visual content…
-
### Issue
Thanks for the latest updates and support for caching on Sonnet, this is great. I have a few files (code guidelines for example) that I load for most projects, and this is a great improvem…
-
### Issue
It would be good to be able to have enhanced interaction with the chat history. This is already implemented for user input, but would be good for the output as well.
At the moment you …
-
### Issue
### Claude 3.5 Haiku is now available through the Anthropic API, Amazon Bedrock, and GC Vertex AI.
Given Sonnet's current dominance of the aider leader-board, upgrading the weaker model…
-
I’ve created a Gist with my proposed updates to the constants.ts file.
- This includes corrections to the OpenRouter model names.
- The addition of new OpenRouter models.
- Lastly sets the late…
-
-
### Which API Provider are you using?
OpenAI Compatible
### Which Model are you using?
o1-mini
### What happened?
o1 series model available
### Steps to reproduce
![image](https://github.com/us…
-
### Bug Description
我使用了第三方中转API,其给出的可用模型名称有很多与预设模型名称相同。这家的中转方式是,无论是谁家的模型,一律使用OpenAI API。因此,当我想要调用claude-3-opus-20240229时,不能使用预设的opus,只能输入自定义模型名。但当我在设置的自定义模型名输入框输入精确的claude-3-opus-20240229时,此选项不会出现。当…
-
Hi, I have a question for the multimodal work. When I set the engine as Yi-vision from 01-ai, it shows the error as follows
```
ValueError: The engine provided is not multimodal. Please provide a m…