mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-01 00:50:42 +01:00
remove unused model pull in testListModelsAPI
This commit is contained in:
@@ -105,7 +105,6 @@ public class OllamaAPIIntegrationTest {
|
||||
@Test
|
||||
@Order(2)
|
||||
public void testListModelsAPI() throws URISyntaxException, IOException, OllamaBaseException, InterruptedException {
|
||||
api.pullModel(EMBEDDING_MODEL_MINILM);
|
||||
// Fetch the list of models
|
||||
List<Model> models = api.listModels();
|
||||
// Assert that the models list is not null
|
||||
|
||||
Reference in New Issue
Block a user