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
577 B
YAML
15 lines
577 B
YAML
base_url: http://localhost:8321/v1/openai/v1
|
|
api_key_var: FIREWORKS_API_KEY
|
|
models:
|
|
- fireworks/llama-v3p3-70b-instruct
|
|
- fireworks/llama4-scout-instruct-basic
|
|
- fireworks/llama4-maverick-instruct-basic
|
|
model_display_names:
|
|
fireworks/llama-v3p3-70b-instruct: Llama-3.3-70B-Instruct
|
|
fireworks/llama4-scout-instruct-basic: Llama-4-Scout-Instruct
|
|
fireworks/llama4-maverick-instruct-basic: Llama-4-Maverick-Instruct
|
|
test_exclusions:
|
|
fireworks/llama-v3p3-70b-instruct:
|
|
- test_chat_non_streaming_image
|
|
- test_chat_streaming_image
|
|
- test_chat_multi_turn_multiple_images
|