From 5a0cb4d2380551ea3cfae987bcf67d8d3b544ba8 Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Mon, 20 May 2024 09:44:47 +0800 Subject: [PATCH] =?UTF-8?q?python3.8=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{test_ollama_service.py => test_openai_service.py} | 0 .../{test_service.py => test_xinference_service.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename model-providers/tests/integration_tests/openai_providers_test/{test_ollama_service.py => test_openai_service.py} (100%) rename model-providers/tests/integration_tests/xinference_providers_test/{test_service.py => test_xinference_service.py} (100%) diff --git a/model-providers/tests/integration_tests/openai_providers_test/test_ollama_service.py b/model-providers/tests/integration_tests/openai_providers_test/test_openai_service.py similarity index 100% rename from model-providers/tests/integration_tests/openai_providers_test/test_ollama_service.py rename to model-providers/tests/integration_tests/openai_providers_test/test_openai_service.py diff --git a/model-providers/tests/integration_tests/xinference_providers_test/test_service.py b/model-providers/tests/integration_tests/xinference_providers_test/test_xinference_service.py similarity index 100% rename from model-providers/tests/integration_tests/xinference_providers_test/test_service.py rename to model-providers/tests/integration_tests/xinference_providers_test/test_xinference_service.py