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 39d6d84 commit 62aea0fCopy full SHA for 62aea0f
scripts/repo/create-github-template.sh
@@ -281,10 +281,10 @@ public class ChatLanguageModelAzureOpenAiProducer {
281
282
private static final Logger log = LoggerFactory.getLogger(ChatLanguageModelAzureOpenAiProducer.class);
283
284
- @ConfigProperty(name = "AZURE_OPENAI_URL")
+ @ConfigProperty(name = \"AZURE_OPENAI_URL\")
285
String azureOpenAiEndpoint;
286
287
- @ConfigProperty(name = "AZURE_OPENAI_DEPLOYMENT_NAME", defaultValue = "gpt-35-turbo")
+ @ConfigProperty(name = \"AZURE_OPENAI_DEPLOYMENT_NAME\", defaultValue = \"gpt-35-turbo\")
288
String azureOpenAiDeploymentName;
289
290
@Produces
0 commit comments