-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- manually setting home: handle by passing in the argument instead of using the ENV variable (for flexibility) - installed() API - better exception handling - request() now takes a "url" attribute (Previously the url was being set in the constructor, this is not really correct, so moved it to the request() method) - added 2 latest attributes: `repeat_last_n`, `repeat_penalty` - changed `skipEnd` to `skip_end` to be consistent with the rest of the request spec - web UI update: less brutalist. expose all customizable knobs in the header. display all currently installed models using the new `installed()` api
- Loading branch information
1 parent
1185477
commit 0de5346
Showing
6 changed files
with
1,772 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.env | ||
.DS_Store | ||
venv | ||
node_modules | ||
llama.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.