-
Hello, In the quarkus-langchain4j open ai docs we have a set of configs where we can see which ones are build time or run time configs. But I can't see if I think they are build time configs because i'm failing to update them with env vars, but I wanted to be sure that i'm not doing else wrong. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
geoand
Apr 1, 2025
Replies: 1 comment 4 replies
-
Both of those parameters are |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cmasantos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both of those parameters are
runtime
parameters so they should be changeable by environment variables.