mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 11:14:18 +00:00
fix: OAI compat endpoint for meta reference inference provider
This commit is contained in:
parent
8bd6665775
commit
c171fc6062
8 changed files with 1184 additions and 44 deletions
|
|
@ -60,6 +60,7 @@ RESULTS_DIR.mkdir(exist_ok=True)
|
|||
MAX_RESULTS_PER_PROVIDER = 1
|
||||
|
||||
DEFAULT_PROVIDERS = [
|
||||
"meta_reference",
|
||||
"together",
|
||||
"fireworks",
|
||||
"openai",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue