mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-11 13:23:06 +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") {
|
if (newPrompt.name == "*username") {
|
||||||
newPrompt.name = getUserName();
|
newPrompt.name = getUserName();
|
||||||
}
|
}
|
||||||
let temp = async () => {
|
const temp = async () => {
|
||||||
const history = await this.fetchAiData();
|
const history = await this.fetchAiData();
|
||||||
const beMsg: OpenAiStreamRequest = {
|
const beMsg: OpenAiStreamRequest = {
|
||||||
clientid: clientId,
|
clientid: clientId,
|
||||||
|
Loading…
Reference in New Issue
Block a user