Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a way for users to set the default LLM model they want to use #2

Open
HarrisonHemstreet opened this issue Dec 1, 2023 · 2 comments

Comments

@HarrisonHemstreet
Copy link
Owner

No description provided.

@thawkins
Copy link

thawkins commented Dec 4, 2023

You could add a .env file handler to allow a configuration file.
You can use the dotenv crate to provide it.

.env is a standard for configuration files

https://crates.io/crates/dotenv

@HarrisonHemstreet
Copy link
Owner Author

You could add a .env file handler to allow a configuration file.

You can use the dotenv crate to provide it.

.env is a standard for configuration files

https://crates.io/crates/dotenv

Thank you! That's a great idea! I'll add that ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants