mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Require single quotes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { setGenerationParamsFromPreset } from "../script.js";
|
||||
import { getDeviceInfo } from "./RossAscends-mods.js";
|
||||
import { textgenerationwebui_settings } from "./textgen-settings.js";
|
||||
import { setGenerationParamsFromPreset } from '../script.js';
|
||||
import { getDeviceInfo } from './RossAscends-mods.js';
|
||||
import { textgenerationwebui_settings } from './textgen-settings.js';
|
||||
|
||||
let models = [];
|
||||
|
||||
|
Reference in New Issue
Block a user