mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-22 20:43:59 +00:00
# What does this PR do? fix: Fix linter failures from #1921 Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
14 lines
651 B
YAML
14 lines
651 B
YAML
base_url: https://api.fireworks.ai/inference/v1
|
|
api_key_var: FIREWORKS_API_KEY
|
|
models:
|
|
- accounts/fireworks/models/llama-v3p3-70b-instruct
|
|
- accounts/fireworks/models/llama4-scout-instruct-basic
|
|
- accounts/fireworks/models/llama4-maverick-instruct-basic
|
|
model_display_names:
|
|
accounts/fireworks/models/llama-v3p3-70b-instruct: Llama-3.3-70B-Instruct
|
|
accounts/fireworks/models/llama4-scout-instruct-basic: Llama-4-Scout-Instruct
|
|
accounts/fireworks/models/llama4-maverick-instruct-basic: Llama-4-Maverick-Instruct
|
|
test_exclusions:
|
|
accounts/fireworks/models/llama-v3p3-70b-instruct:
|
|
- test_chat_non_streaming_image
|
|
- test_chat_streaming_image
|