TestLLM / litellm /llms /empower /chat /transformation.py
Raju2024's picture
Upload 1072 files
e3278e4 verified
raw
history blame contribute delete
218 Bytes
"""
Translate from OpenAI's `/v1/chat/completions` to Empower's `/v1/chat/completions`
"""
from ...openai_like.chat.transformation import OpenAILikeChatConfig
class EmpowerChatConfig(OpenAILikeChatConfig):
pass