Missed one

This commit is contained in:
Evan Simkowitz 2024-09-05 14:40:25 -07:00
parent 959255af30
commit 7393e5e7b6
No known key found for this signature in database

View File

@ -175,7 +175,7 @@ export class WaveAiModel implements ViewModel {
if (newPrompt.name == "*username") {
newPrompt.name = getUserName();
}
let temp = async () => {
const temp = async () => {
const history = await this.fetchAiData();
const beMsg: OpenAiStreamRequest = {
clientid: clientId,