We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68e740 commit 23dd73fCopy full SHA for 23dd73f
specification/inference/_types/CommonTypes.ts
@@ -1387,7 +1387,7 @@ export class LlamaServiceSettings {
1387
url: string
1388
/**
1389
* 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.
+ * Refer to the Llama downloading models documentation for different ways of getting a list of available models and downloading them.
1391
* Service has been tested and confirmed to be working with the following models:
1392
* * For `text_embedding` task - `all-MiniLM-L6-v2`.
1393
* * For `completion` and `chat_completion` tasks - `llama3.2:3b`.
0 commit comments