forked from Mirror/ollama4j
Remove deprecated embedding and library model classes
Deleted deprecated classes related to embeddings and library models, including OllamaEmbeddingResponseModel, OllamaEmbeddingsRequestBuilder, OllamaEmbeddingsRequestModel, LibraryModel, LibraryModelDetail, LibraryModelTag, and OllamaModelType. Updated OllamaAPI to remove references to these classes and improve documentation, exception handling, and code clarity.
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,11 +15,11 @@ apply-formatting:
|
||||
@mvn spotless:apply
|
||||
# pre-commit run --all-files
|
||||
|
||||
build:
|
||||
build: apply-formatting
|
||||
@echo "\033[0;34mBuilding project (GPG skipped)...\033[0m"
|
||||
@mvn -B clean install -Dgpg.skip=true
|
||||
|
||||
full-build:
|
||||
full-build: apply-formatting
|
||||
@echo "\033[0;34mPerforming full build...\033[0m"
|
||||
@mvn -B clean install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user