mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Add Evals API operations
This commit is contained in:
parent
357a2b640e
commit
a4eae1bc53
1 changed files with 7 additions and 0 deletions
7
litellm/llms/openai/evals/__init__.py
Normal file
7
litellm/llms/openai/evals/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"""
|
||||
OpenAI Evals API configuration
|
||||
"""
|
||||
|
||||
from .transformation import OpenAIEvalsConfig
|
||||
|
||||
__all__ = ["OpenAIEvalsConfig"]
|
||||
Loading…
Add table
Reference in a new issue