mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 02:01:59 +00:00
This moves the OpenAI Responses API tests under tests/verifications/openai_api/test_response.py and starts to wire them up to our verification suite, so that we can test multiple providers as well as OpenAI directly for the Responses API. Signed-off-by: Ben Browning <bbrownin@redhat.com>
17 lines
638 B
YAML
17 lines
638 B
YAML
base_url: http://localhost:8321/v1/openai/v1
|
|
api_key_var: GROQ_API_KEY
|
|
models:
|
|
- groq/llama-3.3-70b-versatile
|
|
- groq/llama-4-scout-17b-16e-instruct
|
|
- groq/llama-4-maverick-17b-128e-instruct
|
|
model_display_names:
|
|
groq/llama-3.3-70b-versatile: Llama-3.3-70B-Instruct
|
|
groq/llama-4-scout-17b-16e-instruct: Llama-4-Scout-Instruct
|
|
groq/llama-4-maverick-17b-128e-instruct: Llama-4-Maverick-Instruct
|
|
test_exclusions:
|
|
groq/llama-3.3-70b-versatile:
|
|
- test_chat_non_streaming_image
|
|
- test_chat_streaming_image
|
|
- test_chat_multi_turn_multiple_images
|
|
- test_response_non_streaming_image
|
|
- test_response_non_streaming_multi_turn_image
|