mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Missed one
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user