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

Fix: specs revision #649

Merged
merged 11 commits into from
Nov 18, 2023
Merged

Fix: specs revision #649

merged 11 commits into from
Nov 18, 2023

Conversation

hiro-v
Copy link
Contributor

@hiro-v hiro-v commented Nov 18, 2023

No description provided.

@hiro-v hiro-v added P0: critical Mission critical type: discussion type: documentation Improvements or additions to documentation labels Nov 18, 2023
@hiro-v hiro-v requested a review from a team November 18, 2023 03:03
@hiro-v hiro-v self-assigned this Nov 18, 2023
@hiro-v hiro-v changed the title feat: Hiro revision Nov 17 Fix: model specs revision Nov 18, 2023
@hiro-v hiro-v changed the title Fix: model specs revision Fix: specs revision Nov 18, 2023
@@ -46,7 46,7 @@ _Users can override run settings at runtime_
| `object` | enum: `model`, `assistant`, `thread`, `message` | Type of the Jan Object. Always `model` | Defaults to "model" |
| `name` | string | A vanity name | Defaults to filename |
| `description` | string | A vanity description of the model | Defaults to "" |
| `state` | enum[`running` , `stopped`, `not-downloaded` , `downloading`] | Needs more thought | Defaults to `not-downloaded` |
| `state` | enum[`to_download` , `downloading`, `ready` , `running`] | Needs more thought | Defaults to `to_download` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vuonghoainam @0xSage It may be wiser to have null represent the to_download state (vs. a default)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WIll approve first but let's discuss subsequently

@dan-homebrew dan-homebrew merged commit 66b0511 into main Nov 18, 2023
1 check passed
@dan-homebrew dan-homebrew deleted the feat_specs_model branch November 18, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0: critical Mission critical type: documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants