(no commit message)

This commit is contained in:
2025-12-16 17:17:18 -08:00
parent f6f021fa37
commit 5462b93988
4 changed files with 215 additions and 1 deletions

14
config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"model": "openrouter/anthropic/claude-3.7-sonnet",
"scenario": "medec",
"optimizer": "MIPROv2",
"api_base": "https://openrouter.ai/api/v1",
"prompt_model": "gpt-4o",
"prompt_api_base": null,
"max_tokens": 64000,
"temperature": null,
"max_bootstrapped_demos": 3,
"max_labeled_demos": 3,
"num_threads": 16,
"val_size": null
}