-
Trying to use Claude to index a folder from the command line.
```sh
pqa \
--llm "anthropic/litellm-claude-3-5-sonnet-20241022" \
--summary_llm "anthropic/litellm-claude-3-5-sonnet-20241022" \
…
-
### Version
1.92.1
### Describe the bug
There seems to be an error with the Claude Sonnet 3.5 in Cody chat that outputs a 'Received no parseable output from Anthropic'
### Expected behav…
-
### Class | 类型
None
### Feature Request | 功能请求
claude-3-5-sonnet-20241022是claude目前性能最优的模型。在config.py中配置claude-3-5-sonnet-20241022 作为可选项后无法正常调用,请添加支持,万分感谢。
![1730343743323](https://github.com/user-…
-
### The Feature
We would like a better way to handle error responses from the litellm proxy. Currently we get errors like this from the api:
```json
{
"error":{
"code":"400",
"message"…
-
**例行检查**
[//]: # (方框内删除已有的空格,填 x 号)
+ [x] 我已确认目前没有类似 issue
+ [x] 我已确认我已升级到最新版本
+ [x] 我已完整查看过项目 README,尤其是常见问题部分
+ [x] 我理解并愿意跟进此 issue,协助测试和提供反馈
+ [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能…
63936 updated
2 weeks ago
-
Maybe with Claude sonnet 3.5
-
What I got when don't spec botname with client.get_chat_history(count=5)['data']
```json
{'claude-3.5-sonnet': [{'chatId': xxxxx, 'chatCode': 'xxxx', 'id': 'xxxxxxx=', 'title': '语音处理'}] ... }
```…
-
I use Anthropic's Claude models via Amazon Bedrock. I wanted to try the new model `Claude 3.5 Sonnet v2` with PDF attachment support but it's not working. I am using Python and tried using both librar…
-
### Describe the bug
Attempting to use Claude 3.5 v2 or Haiku 3.5 with the Agent construct will produce a successful deployment but a broken agent that produces "Internal server error" responses. T…
-
Would a PR to add an option to use claude 3.5 sonnet be accepted?