-
-
-
-
-
-
-
-
-
-
- diff --git a/components/Chat/Chat.tsx b/components/Chat/Chat.tsx index d6f812f..8dc5ee1 100644 --- a/components/Chat/Chat.tsx +++ b/components/Chat/Chat.tsx @@ -535,7 +535,7 @@ export const Chat = memo(({ stopConversationRef }: Props) => { ref={chatContainerRef} onScroll={handleScroll} > -
{selectedConversation?.model?.id || defaultModelId}
{selectedModelSubdomin || '-'}
- {selectedConversation?.model?.id || defaultModelId} + {modelError ? '-' : selectedConversation?.model?.id}