Skip to content

Commit 62aea0f

Browse files
committed
fix: template
1 parent 39d6d84 commit 62aea0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/repo/create-github-template.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ public class ChatLanguageModelAzureOpenAiProducer {
281281
282282
private static final Logger log = LoggerFactory.getLogger(ChatLanguageModelAzureOpenAiProducer.class);
283283
284-
@ConfigProperty(name = "AZURE_OPENAI_URL")
284+
@ConfigProperty(name = \"AZURE_OPENAI_URL\")
285285
String azureOpenAiEndpoint;
286286
287-
@ConfigProperty(name = "AZURE_OPENAI_DEPLOYMENT_NAME", defaultValue = "gpt-35-turbo")
287+
@ConfigProperty(name = \"AZURE_OPENAI_DEPLOYMENT_NAME\", defaultValue = \"gpt-35-turbo\")
288288
String azureOpenAiDeploymentName;
289289
290290
@Produces

0 commit comments

Comments
 (0)