Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into xsn/llama_snippet
  • Loading branch information
ngxson committed Jun 28, 2024
commit ce2fe363bd8191671cb7d502b346bcf204014b93
2 changes: 1 addition & 1 deletion packages/tasks/src/local-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type LocalApp = {
* And if not (mostly llama.cpp), snippet to copy/paste in your terminal
* Support the placeholder {{GGUF_FILE}} that will be replaced by the gguf file path or the list of available files.
*/
snippet: (model: ModelData) => Snippet | Snippet[];
snippet: (model: ModelData, filepath?: string) => string | string[] | Snippet | Snippet[];
}
);

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.