feat: Add claude 4 config and add more models to CI (#2747)
Co-authored-by: Charles Packer <packercharles@gmail.com>
This commit is contained in:
8
tests/configs/llm_model_configs/claude-4-sonnet.json
Normal file
8
tests/configs/llm_model_configs/claude-4-sonnet.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"model": "claude-sonnet-4-20250514",
|
||||
"model_endpoint_type": "anthropic",
|
||||
"model_endpoint": "https://api.anthropic.com/v1",
|
||||
"model_wrapper": null,
|
||||
"context_window": 200000,
|
||||
"put_inner_thoughts_in_kwargs": true
|
||||
}
|
||||
8
tests/configs/llm_model_configs/openai-o4-mini.json
Normal file
8
tests/configs/llm_model_configs/openai-o4-mini.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"context_window": 128000,
|
||||
"model": "o4-mini",
|
||||
"model_endpoint_type": "openai",
|
||||
"model_endpoint": "https://api.openai.com/v1",
|
||||
"model_wrapper": null,
|
||||
"temperature": 1.0
|
||||
}
|
||||
@@ -101,8 +101,9 @@ all_configs = [
|
||||
"openai-o1.json",
|
||||
"openai-o1-mini.json",
|
||||
"openai-o3.json",
|
||||
"openai-o3-mini.json",
|
||||
"openai-o4-mini.json",
|
||||
"azure-gpt-4o-mini.json",
|
||||
"claude-4-sonnet.json",
|
||||
"claude-3-5-sonnet.json",
|
||||
"claude-3-7-sonnet.json",
|
||||
"claude-3-7-sonnet-extended.json",
|
||||
|
||||
Reference in New Issue
Block a user