Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <[email protected]>
  • Loading branch information
ThomasVitale committed Apr 29, 2024
1 parent 7131c81 commit 1e68816
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import org.springframework.boot.test.context.TestConfiguration;

@TestConfiguration(proxyBeanMethods = false)
public class TestChatModelsOpenAApplication {
public class TestChatModelsOpenAiApplication {

public static void main(String[] args) {
SpringApplication.from(ChatModelsOpenAiApplication::main).with(TestChatModelsOpenAApplication.class).run(args);
SpringApplication.from(ChatModelsOpenAiApplication::main).with(TestChatModelsOpenAiApplication.class).run(args);
}

}

0 comments on commit 1e68816

Please sign in to comment.