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