Merge pull request #51 from ajt001/main

This commit is contained in:
Amith Koujalgi 2024-06-12 08:51:43 +05:30 committed by GitHub
commit 16d2160b52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,4 +79,5 @@ public class OllamaModelType {
public static final String NOTUS = "notus";
public static final String DUCKDB_NSQL = "duckdb-nsql";
public static final String ALL_MINILM = "all-minilm";
public static final String CODESTRAL = "codestral";
}