mirror of
https://github.com/ollama/ollama.git
synced 2025-03-26 17:51:48 +01:00
optional prompt for run command
This commit is contained in:
parent
4e6dd4d606
commit
8523a54f50
@ -33,6 +33,7 @@ def main():
|
||||
|
||||
pull_parser = subparsers.add_parser("run")
|
||||
pull_parser.add_argument("model")
|
||||
pull_parser.add_argument("prompt", nargs="?")
|
||||
pull_parser.set_defaults(fn=run)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
Loading…
x
Reference in New Issue
Block a user