Skip to content
Snippets Groups Projects
Commit 41ab591c authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: lint errors

parent b890c445
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ import waitPort from "wait-port";
export type AppType = "--frontend" | "--no-frontend" | "";
const MODEL = "gpt-3.5-turbo";
// eslint-disable-next-line max-params
export async function runApp(
cwd: string,
name: string,
......@@ -65,6 +66,7 @@ async function createProcess(command: string, cwd: string, port: number) {
return cp;
}
// eslint-disable-next-line max-params
export function runCreateLlama(
cwd: string,
templateType: string,
......
......@@ -70,6 +70,7 @@ const copyTestData = async (
engine?: TemplateEngine,
openAiKey?: string,
vectorDb?: TemplateVectorDB,
// eslint-disable-next-line max-params
) => {
if (engine === "context") {
const srcPath = path.join(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment