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 ce07acc commit f499fd3Copy full SHA for f499fd3
scaffolder-templates/agentic-ai-template/skeleton/src/main/resources/application.properties
@@ -6,7 +6,7 @@ quarkus.langchain4j.openai.log-responses=true
6
quarkus.log.category.\"dev.langchain4j\".level=DEBUG
7
quarkus.langchain4j.openai.timeout=3m
8
# Add your OpenAPI key here
9
-# quarkus.langchain4j.openai.api-key=
+quarkus.langchain4j.openai.api-key=${OPENAI_API_KEY}
10
11
{% if 'Filesystem' in values.mcp_server %}
12
# need to create directory called playground for this to work!
0 commit comments