Skip to content

Commit d132ced

Browse files
authored
docs(llm_inference): update product naming (#3812)
1 parent 3aff780 commit d132ced

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

cmd/scw/testdata/test-all-usage-llm-inference-model-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
List all available LLM models.
3+
List all available models.
44

55
USAGE:
66
scw llm-inference model list [arg=value ...]

cmd/scw/testdata/test-all-usage-llm-inference-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
This API allows you to manage your LLM Inference services.
3+
This API allows you to manage your Inference services.
44

55
USAGE:
66
scw llm-inference <command>

cmd/scw/testdata/test-main-usage-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AVAILABLE COMMANDS:
2424
jobs This API allows you to manage your Serverless Jobs
2525
k8s This API allows you to manage Kubernetes Kapsule and Kosmos clusters
2626
lb This API allows you to manage your Scaleway Load Balancer services
27-
llm-inference This API allows you to manage your LLM Inference services
27+
llm-inference This API allows you to manage your Inference services
2828
marketplace This API allows you to find available images for use when launching a Scaleway Instance
2929
mnq These APIs allow you to manage your Messaging and Queuing NATS, SQS and SNS services
3030
object Object-storage utils

docs/commands/llm-inference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
22
# Documentation for `scw llm-inference`
3-
This API allows you to manage your LLM Inference services.
3+
This API allows you to manage your Inference services.
44

55
- [Access Control List (ACL) management commands](#access-control-list-(acl)-management-commands)
66
- [Add new ACLs](#add-new-acls)
@@ -354,7 +354,7 @@ scw llm-inference model get <model-id ...> [arg=value ...]
354354

355355
### List models
356356

357-
List all available LLM models.
357+
List all available models.
358358

359359
**Usage:**
360360

internal/namespaces/llm_inference/v1beta1/llm_inference_cli.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ func GetGeneratedCommands() *core.Commands {
4545
}
4646
func llmInferenceRoot() *core.Command {
4747
return &core.Command{
48-
Short: `This API allows you to manage your LLM Inference services`,
49-
Long: `This API allows you to manage your LLM Inference services.`,
48+
Short: `This API allows you to manage your Inference services`,
49+
Long: `This API allows you to manage your Inference services.`,
5050
Namespace: "llm-inference",
5151
}
5252
}
@@ -685,7 +685,7 @@ func llmInferenceACLDelete() *core.Command {
685685
func llmInferenceModelList() *core.Command {
686686
return &core.Command{
687687
Short: `List models`,
688-
Long: `List all available LLM models.`,
688+
Long: `List all available models.`,
689689
Namespace: "llm-inference",
690690
Resource: "model",
691691
Verb: "list",

0 commit comments

Comments
 (0)