mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 16:58:30 +00:00
Missed one
This commit is contained in:
parent
959255af30
commit
7393e5e7b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue