Skip to content

Commit

Permalink
Merge pull request #1 from amjith/show-default-model
Browse files Browse the repository at this point in the history
Show default model
  • Loading branch information
amjith authored Dec 29, 2024
2 parents 000e984 + 00c91b6 commit aefe23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ OpenAI Completion: gpt-3.5-turbo-instruct (aliases: 3.5-instruct, chatgpt-instru
Integer seed to attempt to sample deterministically
logprobs: int
Include the log probabilities of most likely N per token
Default: gpt-4o-mini
```
<!-- [[[end]]] -->
Expand Down
1 change: 1 addition & 0 deletions llm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ def models_list(options, async_):
)
output += "\n Attachment types:\n{}".format(wrapper.fill(attachment_types))
click.echo(output)
click.echo(f"Default: {get_default_model()}")


@models.command(name="default")
Expand Down

0 comments on commit aefe23d

Please sign in to comment.