fix: OAI compat endpoint for meta reference inference provider

This commit is contained in:
Eric Huang 2025-04-17 11:10:09 -07:00 committed by Eric Huang
parent 8bd6665775
commit c171fc6062
8 changed files with 1184 additions and 44 deletions

View file

@ -60,6 +60,7 @@ RESULTS_DIR.mkdir(exist_ok=True)
MAX_RESULTS_PER_PROVIDER = 1
DEFAULT_PROVIDERS = [
"meta_reference",
"together",
"fireworks",
"openai",