fix key link
This commit is contained in:
@@ -97,7 +97,9 @@ export default (props: {
|
|||||||
"//" +
|
"//" +
|
||||||
location.host +
|
location.host +
|
||||||
location.pathname +
|
location.pathname +
|
||||||
`?sys=${encodeURIComponent(
|
`?key=${encodeURIComponent(
|
||||||
|
props.chatStore.apiKey
|
||||||
|
)}&sys=${encodeURIComponent(
|
||||||
props.chatStore.systemMessageContent
|
props.chatStore.systemMessageContent
|
||||||
)}&api=${encodeURIComponent(props.chatStore.apiEndpoint)}&mode=${
|
)}&api=${encodeURIComponent(props.chatStore.apiEndpoint)}&mode=${
|
||||||
props.chatStore.streamMode ? "stream" : "fetch"
|
props.chatStore.streamMode ? "stream" : "fetch"
|
||||||
|
|||||||
Reference in New Issue
Block a user