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

Way to configure the default model #31

Closed
simonw opened this issue Jun 15, 2023 · 5 comments
Closed

Way to configure the default model #31

simonw opened this issue Jun 15, 2023 · 5 comments
Labels
enhancement New feature or request
Milestone

Comments

@simonw
Copy link
Owner

simonw commented Jun 15, 2023

So you can default to something other than 3.5 turbo.

Related:

@simonw simonw added the enhancement New feature or request label Jun 15, 2023
@simonw simonw added this to the 0.4 milestone Jun 15, 2023
@simonw
Copy link
Owner Author

simonw commented Jun 16, 2023

Since I'm adding a llm models command this could be llm models set-default gpt4.

@simonw simonw modified the milestones: 0.4, 0.5 Jun 16, 2023
@simonw
Copy link
Owner Author

simonw commented Jun 16, 2023

I'm going to let people set a default template too.

If a default template is set but you want to run a prompt with no template, llm -t none - where none is a reserved word that cannot be used for a template name.

llm templates set-default foo

@simonw
Copy link
Owner Author

simonw commented Jun 16, 2023

Maybe just llm models default gpt4 and llm templates default x.

Running llm models default will display the name of the current default model.

@simonw
Copy link
Owner Author

simonw commented Jul 1, 2023

I'm going to let people set a default template too.

Actually no, on further thought I don't think that's a good idea.

@simonw
Copy link
Owner Author

simonw commented Jul 1, 2023

@simonw simonw closed this as completed Jul 1, 2023
simonw added a commit that referenced this issue Jul 10, 2023
simonw added a commit that referenced this issue Jul 10, 2023
simonw added a commit that referenced this issue Jul 10, 2023
simonw added a commit that referenced this issue Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant