Adding newline to eof

This commit is contained in:
Stephen Nichols 2023-07-26 07:14:44 -05:00
parent 3811c0a505
commit 0509a68016

View file

@ -184,4 +184,4 @@ export const llamaModelInfo = async () => {
generation_settings = await fetch("/model.json").then(r => r.json());
}
return generation_settings;
}
}