mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-09-16 03:39:05 +02:00
remove unused model pull in testListModelsAPI
This commit is contained in:
parent
639249d346
commit
4a69df4476
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user