long sys message
This commit is contained in:
@@ -302,7 +302,9 @@ export function App() {
|
|||||||
setChatStore({ ...chatStore });
|
setChatStore({ ...chatStore });
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{chatStore.systemMessageContent}
|
{chatStore.systemMessageContent.length > 13
|
||||||
|
? chatStore.systemMessageContent.slice(0, 10) + "..."
|
||||||
|
: chatStore.systemMessageContent}
|
||||||
</button>{" "}
|
</button>{" "}
|
||||||
<button className="underline" onClick={changAPIKEY}>
|
<button className="underline" onClick={changAPIKEY}>
|
||||||
KEY
|
KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user