-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow script to build output as well (#998)
* allow script to build output as well * fix: 🐛 correct JSON.stringify usage in curl command * docs: ✏️ add note on upgrading OpenAI account * feat: ✨ add clearModelAlias to runtime host and update usage * feat: ✨ enhance output handling and add model alias reset * cleanup list and pull * added sript * refactor: 🔄 update LLM aliases in llms.json * refactor: ♻️ streamline model parsing and cleanup llms.json * fix pull * fix: 🐛 update alias for 'large' to use latest tag * style: ✏️ refine system prompt for conciseness * refactor: ✏️ clarify system prompt behavior * fix: 🐛 update model alias clearing logic * fix: 🐛 correct string template usage in fetch command * fix: 🐛 handle error objects with "error" property * smaller ollama model * feat: ✨ add JSONL parsing and error handling in pullModel function * merges * fix: 🐛 update clearModelAlias to prevent deletion error
- Loading branch information
Showing
15 changed files
with
206 additions
and
30 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
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
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
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
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
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.