Update constants.ts

This commit is contained in:
TarekS93 2024-10-22 11:13:24 +02:00 committed by GitHub
parent f860fc1801
commit 4f6138ea65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
import type { ModelInfo, OllamaApiResponse } from './types';
import type { ModelInfo, OllamaApiResponse, OllamaModel } from './types';
export const WORK_DIR_NAME = 'project';
export const WORK_DIR = `/home/${WORK_DIR_NAME}`;