diff --git a/src/settings.tsx b/src/settings.tsx index 322c41e..dbb2ce8 100644 --- a/src/settings.tsx +++ b/src/settings.tsx @@ -99,11 +99,9 @@ export default (props: { location.pathname + `?key=${encodeURIComponent( props.chatStore.apiKey - )}&sys=${encodeURIComponent( - props.chatStore.systemMessageContent )}&api=${encodeURIComponent(props.chatStore.apiEndpoint)}&mode=${ props.chatStore.streamMode ? "stream" : "fetch" - }`; + }&sys=${encodeURIComponent(props.chatStore.systemMessageContent)}`; return (