forked from phoenix-oss/llama-stack-mirror
# What does this PR do? - provider and their models now live in config.yaml - better distinguish different cases within a test - add model key to surface provider's model_id - include example command to rerun single test case ## Test Plan <img width="1173" alt="image" src="https://github.com/user-attachments/assets/b414baf0-c768-451f-8c3b-c2905cf36fac" />
14 lines
No EOL
571 B
YAML
14 lines
No EOL
571 B
YAML
base_url: https://api.together.xyz/v1
|
|
api_key_var: TOGETHER_API_KEY
|
|
models:
|
|
- meta-llama/Llama-3.3-70B-Instruct-Turbo
|
|
- meta-llama/Llama-4-Scout-17B-16E-Instruct
|
|
- meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8
|
|
model_display_names:
|
|
meta-llama/Llama-3.3-70B-Instruct-Turbo: Llama-3.3-70B-Instruct
|
|
meta-llama/Llama-4-Scout-17B-16E-Instruct: Llama-4-Scout-Instruct
|
|
meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8: Llama-4-Maverick-Instruct
|
|
test_exclusions:
|
|
meta-llama/Llama-3.3-70B-Instruct-Turbo:
|
|
- test_chat_non_streaming_image
|
|
- test_chat_streaming_image |