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:
Sylvie Crowe
2024-08-27 15:12:26 -07:00
committed by GitHub
parent 7d90a3912b
commit ee0bc0a377
4 changed files with 1 additions and 12 deletions
-1
View File
@@ -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();