Shyamnath's picture
Push core package and essential files
469eae6
raw
history blame contribute delete
217 Bytes
"""
Translate from OpenAI's `/v1/chat/completions` to Friendliai's `/v1/chat/completions`
"""
from ...openai_like.chat.handler import OpenAILikeChatConfig
class FriendliaiChatConfig(OpenAILikeChatConfig):
pass