Skip to content

Commit

Permalink
Removed Jan from LLM list
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanj committed Jul 18, 2024
1 parent 803ed14 commit 7bba59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static LLMProviderService getInstance() {
}

public List<ModelProvider> getLocalModelProviders() {
return List.of(GPT4All, LMStudio, Jan, Ollama);
return List.of(GPT4All, LMStudio, Ollama);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Fri Jul 19 00:47:09 EEST 2024
#Fri Jul 19 00:52:35 EEST 2024
version=0.2.5

0 comments on commit 7bba59d

Please sign in to comment.