evals: Enable Python LSP (#29987)
We now have one eval that uses a Python repo Release Notes: - N/A
This commit is contained in:
parent
68793c0ac2
commit
ac007139ab
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct Args {
|
|||
/// Model provider to use.
|
||||
#[arg(long, default_value = "anthropic")]
|
||||
provider: String,
|
||||
#[arg(long, value_delimiter = ',', default_value = "rs,ts")]
|
||||
#[arg(long, value_delimiter = ',', default_value = "rs,ts,py")]
|
||||
languages: Vec<String>,
|
||||
/// How many times to run each example.
|
||||
#[arg(long, default_value = "8")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue