Shyamnath's picture
Push core package and essential files
469eae6
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