Skip to content

Commit

Permalink
fix: tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mizy committed Jan 22, 2024
1 parent 067ead7 commit 1d4bcce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/stores/llm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export interface LLMConfig {
enableCopilot: boolean;
enableLLM2NGQLs: boolean;
gqlPath: string;
model: string;
}
class LLM {
currentInput = '';
Expand Down

0 comments on commit 1d4bcce

Please sign in to comment.