We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1d9a2 commit 34e2eeeCopy full SHA for 34e2eee
spring-cloud-oci-gen-ai/src/test/java/com/oracle/cloud/spring/genai/ChatModelTest.java
@@ -64,7 +64,7 @@ void chat(BaseChatResponse mockChat) throws Exception {
64
private ChatModel testChatModel(GenerativeAiInference client) {
65
return ChatModelImpl.builder()
66
.client(client)
67
- .compartment("")
+ .compartment("test")
68
.servingMode(OnDemandServingMode.builder().modelId("").build())
69
.build();
70
}
0 commit comments