From 75dcb97550c3f1ceffa7d669c1b5ddd6e4fb5f44 Mon Sep 17 00:00:00 2001 From: shown Date: Sun, 22 Jun 2025 13:50:45 +0800 Subject: [PATCH] chore: removed unused class file in openai moulde. Signed-off-by: shown --- .../ai/openai/ImageResponseMetadata.java | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 models/spring-ai-openai/src/main/java/org/springframework/ai/openai/ImageResponseMetadata.java diff --git a/models/spring-ai-openai/src/main/java/org/springframework/ai/openai/ImageResponseMetadata.java b/models/spring-ai-openai/src/main/java/org/springframework/ai/openai/ImageResponseMetadata.java deleted file mode 100644 index 5e1e1619a76..00000000000 --- a/models/spring-ai-openai/src/main/java/org/springframework/ai/openai/ImageResponseMetadata.java +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package org.springframework.ai.openai; - -public interface ImageResponseMetadata { - -}