Add Evals API operations
This commit is contained in:
parent
357a2b640e
commit
a4eae1bc53
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…
Reference in New Issue
Block a user