Skip to content

Commit 23dd73f

Browse files
Fixed Typo
1 parent a68e740 commit 23dd73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/inference/_types/CommonTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ export class LlamaServiceSettings {
13871387
url: string
13881388
/**
13891389
* The name of the model to use for the inference task.
1390-
* Refer to the Llama downloading models documentation for different ways of getting list of available models and downloading them.
1390+
* Refer to the Llama downloading models documentation for different ways of getting a list of available models and downloading them.
13911391
* Service has been tested and confirmed to be working with the following models:
13921392
* * For `text_embedding` task - `all-MiniLM-L6-v2`.
13931393
* * For `completion` and `chat_completion` tasks - `llama3.2:3b`.

0 commit comments

Comments
 (0)