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