File size: 217 Bytes
e3278e4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""
Translate from OpenAI's `/v1/chat/completions` to Friendliai's `/v1/chat/completions`
"""

from ...openai_like.chat.handler import OpenAILikeChatConfig


class FriendliaiChatConfig(OpenAILikeChatConfig):
    pass