mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Missed one
This commit is contained in:
parent
959255af30
commit
7393e5e7b6
@ -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 New Issue
Block a user