tjake / Jlama

Jlama is a modern LLM inference engine for Java
Apache License 2.0
669 stars 62 forks source link

Auth token to be configured from an env var #85

Open lordofthejars opened 1 month ago

lordofthejars commented 1 month ago

Auth token could be configured from an environment variable so in some deployments we can set it. It is not the best practice to handle secrets, but for example for demos, or dev environments.

I can implement this.

tjake commented 3 days ago

@lordofthejars do you still want todo this?