forked from React-Group/interstellar_ai
Compare commits
No commits in common. "7bfaed2a27be256070f9c934503e6c0d91edea17" and "6b2b835c10d561d1a6b0d72c0156535a17025377" have entirely different histories.
7bfaed2a27
...
6b2b835c10
1 changed files with 1 additions and 2 deletions
|
@ -183,7 +183,6 @@ const InputOutputBackend: React.FC = () => {
|
||||||
api_key = try_key
|
api_key = try_key
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setInputMessage("")
|
|
||||||
postWorkerRef.current.postMessage({ messages: [...messages, { role: "user", content: inputValue }], ai_model: localStorage.getItem('model'), model_type: type, access_token: accessToken, api_key: api_key })
|
postWorkerRef.current.postMessage({ messages: [...messages, { role: "user", content: inputValue }], ai_model: localStorage.getItem('model'), model_type: type, access_token: accessToken, api_key: api_key })
|
||||||
startGetWorker()
|
startGetWorker()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue