Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekS93 authored Oct 22, 2024
1 parent f860fc1 commit 4f6138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -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}`;
Expand Down

0 comments on commit 4f6138e

Please sign in to comment.