OpenDevin icon indicating copy to clipboard operation
OpenDevin copied to clipboard

Server: load environment variables from .env and document environment variables

Open yimothysu opened this issue 3 months ago • 0 comments

As we add more configuration settings, it's simpler to keep a .env configuration file instead of exporting multiple environment variables in the shell.

This PR adds a default MODEL_NAME environment variable and basic documentation for the environment variables we support.

yimothysu avatar Mar 25 '24 15:03 yimothysu