feat: adds test suite to verify provider's OAI compat endpoints

# What does this PR do?


## Test Plan
pytest  verifications/openai/test_chat_completion.py  --provider together
This commit is contained in:
Eric Huang 2025-04-08 21:06:45 -07:00
parent 031a40bec0
commit 60282cd72b
14 changed files with 9404 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.