Skip to content

Commit

Permalink
docs(llm_inference): update product naming (#3812)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored May 17, 2024
1 parent 3aff780 commit d132ced
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
List all available LLM models.
List all available models.

USAGE:
scw llm-inference model list [arg=value ...]
Expand Down
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-all-usage-llm-inference-usage.golden
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
This API allows you to manage your LLM Inference services.
This API allows you to manage your Inference services.

USAGE:
scw llm-inference <command>
Expand Down
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-main-usage-usage.golden
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AVAILABLE COMMANDS:
jobs This API allows you to manage your Serverless Jobs
k8s This API allows you to manage Kubernetes Kapsule and Kosmos clusters
lb This API allows you to manage your Scaleway Load Balancer services
llm-inference This API allows you to manage your LLM Inference services
llm-inference This API allows you to manage your Inference services
marketplace This API allows you to find available images for use when launching a Scaleway Instance
mnq These APIs allow you to manage your Messaging and Queuing NATS, SQS and SNS services
object Object-storage utils
Expand Down
4 changes: 2 additions & 2 deletions docs/commands/llm-inference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
# Documentation for `scw llm-inference`
This API allows you to manage your LLM Inference services.
This API allows you to manage your Inference services.

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

### List models

List all available LLM models.
List all available models.

**Usage:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ func GetGeneratedCommands() *core.Commands {
}
func llmInferenceRoot() *core.Command {
return &core.Command{
Short: `This API allows you to manage your LLM Inference services`,
Long: `This API allows you to manage your LLM Inference services.`,
Short: `This API allows you to manage your Inference services`,
Long: `This API allows you to manage your Inference services.`,
Namespace: "llm-inference",
}
}
Expand Down Expand Up @@ -685,7 +685,7 @@ func llmInferenceACLDelete() *core.Command {
func llmInferenceModelList() *core.Command {
return &core.Command{
Short: `List models`,
Long: `List all available LLM models.`,
Long: `List all available models.`,
Namespace: "llm-inference",
Resource: "model",
Verb: "list",
Expand Down

0 comments on commit d132ced

Please sign in to comment.