mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
# What does this PR do? ## Test Plan pytest tests/verifications/openai_api/test_chat_completion.py --provider openai -k 'test_chat_multiple_images'
15 lines
683 B
YAML
15 lines
683 B
YAML
base_url: http://localhost:8321/v1/openai/v1
|
|
api_key_var: TOGETHER_API_KEY
|
|
models:
|
|
- together/meta-llama/Llama-3.3-70B-Instruct-Turbo
|
|
- together/meta-llama/Llama-4-Scout-17B-16E-Instruct
|
|
- together/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8
|
|
model_display_names:
|
|
together/meta-llama/Llama-3.3-70B-Instruct-Turbo: Llama-3.3-70B-Instruct
|
|
together/meta-llama/Llama-4-Scout-17B-16E-Instruct: Llama-4-Scout-Instruct
|
|
together/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8: Llama-4-Maverick-Instruct
|
|
test_exclusions:
|
|
together/meta-llama/Llama-3.3-70B-Instruct-Turbo:
|
|
- test_chat_non_streaming_image
|
|
- test_chat_streaming_image
|
|
- test_chat_multi_turn_multiple_images
|