mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Windows Bug Fixes (#281)
Fixes two bugs - ai component now works on windows - forces files to use lf line endings on windows instead of crlf
This commit is contained in:
@@ -163,7 +163,6 @@ export class WaveAiModel implements ViewModel {
|
||||
const newPrompt: OpenAIPromptMessageType = {
|
||||
role: "user",
|
||||
content: text,
|
||||
name: globalStore.get(atoms.settingsConfigAtom).ai.name,
|
||||
};
|
||||
let temp = async () => {
|
||||
const history = await this.fetchAiData();
|
||||
|
||||
Reference in New Issue
Block a user