forked from phoenix-oss/llama-stack-mirror
# What does this PR do? ## Test Plan pytest tests/verifications/openai_api/test_chat_completion.py --provider openai -k 'test_chat_multiple_images'
11 lines
291 B
YAML
11 lines
291 B
YAML
base_url: https://api.cerebras.ai/v1
|
|
api_key_var: CEREBRAS_API_KEY
|
|
models:
|
|
- llama-3.3-70b
|
|
model_display_names:
|
|
llama-3.3-70b: Llama-3.3-70B-Instruct
|
|
test_exclusions:
|
|
llama-3.3-70b:
|
|
- test_chat_non_streaming_image
|
|
- test_chat_streaming_image
|
|
- test_chat_multi_turn_multiple_images
|