-
### Bug description
After running prisma generate command, the ts file generated under zod folder having duplicated import, which causes "Duplicate identifier" error.
### How to reproduce
1. Get th…
-
Type: Bug
## Extension Information
- Cody Version: 1.34.3
- VS Code Version: 1.93.1
- Extension Host: desktop
## Steps to Reproduce
1. Type something with @{your repo}
2. See that th…
-
It's seemingly random but when I sometimes set some data in the redis db, it just doesn't save. I see the key in the database but not the value.
```
await redis.set(email, {
name: name
},
{
…
-
Suggestions pour passer à une approche d'une branche main pour les releases et d'une branche develop pour notre travail de groupe, PR, et aussi la génération d'image en version developpement et non di…
-
Overview:
We want to use pytest's parameterize decorator function to enable the testing of multiple models of a provider.
For example:
We automatically test the LLM's default.
```
@pytest.m…
-
So I'd love to support zsh as well as bash
From Claude:
Yes, there are several key differences between how Bash and Zsh implement command-line completions. Here are some of the main points to con…
-
### Bug Description
After upgrade llama-index-llms-anthropic to 0.3.3, an error occured when trying to reproduce the minimum example here: https://docs.llamaindex.ai/en/stable/examples/llm/anthropic/…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
**AWS的Claude API不包含在官方文档内,如何接入?**
**
config2.yaml:
llm:
api_type: 'bedrock'
model: 'anthropic.claude-3-opus-20240229-v1:0:48k'
region_name: 'us-west-2' # e.g. us-east-1
报错
Validati…
-
Hello :)
Thank you for the excellent work and for sharing your code. I've learned a lot and have a few questions about the paper and settings:
- In Figures 2 and 3, what specifically do "prompt" …