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