@@ -16,7 +16,7 @@ Usage: genaiscript run [options] <script> [files...]
16
16
Runs a GenAIScript against files.
17
17
18
18
Options:
19
- -p, --provider <string> Preferred LLM provider aliases (choices: "openai", "azure", "azure_serverless", "azure_serverless_models", "anthropic", "anthropic_bedrock", "google", "huggingface", "mistral", "alibaba", "github", "transformers", "ollama", "lmstudio", "jan", "llamafile", "litellm")
19
+ -p, --provider <string> Preferred LLM provider aliases (choices: "openai", "azure", "azure_serverless", "azure_serverless_models", "anthropic", "anthropic_bedrock", "google", "huggingface", "mistral", "alibaba", "github", "deepseek", " transformers", "ollama", "lmstudio", "jan", "llamafile", "litellm")
20
20
-m, --model <string> 'large' model alias (default)
21
21
-sm, --small-model <string> 'small' alias model
22
22
-vm, --vision-model <string> 'vision' alias model
@@ -92,8 +92,8 @@ Options:
92
92
"azure_serverless_models", "anthropic",
93
93
"anthropic_bedrock", "google",
94
94
"huggingface", "mistral", "alibaba",
95
- "github", "transformers ", "ollama ",
96
- "lmstudio", "jan", "llamafile",
95
+ "github", "deepseek ", "transformers ",
96
+ "ollama", " lmstudio", "jan", "llamafile",
97
97
"litellm")
98
98
-m, --model <string> 'large' model alias (default)
99
99
-sm, --small-model <string> 'small' alias model
0 commit comments