mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
📑 docs: Fix Typos in JSDoc and Doc Files (#8998)
- Fix grammar in translations README: 'if has not been ran' 'if it has not been run' - Fix spacing in JSDoc comments: 'at theend' 'at the end' (2 instances)
This commit is contained in:
parent
052e61b735
commit
5943d5346c
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ async function withTimeout(promise, timeoutMs, timeoutMessage) {
|
||||||
* @param {string} [params.body.model] - Optional. The ID of the model to be used for this run.
|
* @param {string} [params.body.model] - Optional. The ID of the model to be used for this run.
|
||||||
* @param {string} [params.body.instructions] - Optional. Override the default system message of the assistant.
|
* @param {string} [params.body.instructions] - Optional. Override the default system message of the assistant.
|
||||||
* @param {string} [params.body.additional_instructions] - Optional. Appends additional instructions
|
* @param {string} [params.body.additional_instructions] - Optional. Appends additional instructions
|
||||||
* at theend of the instructions for the run. This is useful for modifying
|
* at the end of the instructions for the run. This is useful for modifying
|
||||||
* the behavior on a per-run basis without overriding other instructions.
|
* the behavior on a per-run basis without overriding other instructions.
|
||||||
* @param {Object[]} [params.body.tools] - Optional. Override the tools the assistant can use for this run.
|
* @param {Object[]} [params.body.tools] - Optional. Override the tools the assistant can use for this run.
|
||||||
* @param {string[]} [params.body.file_ids] - Optional.
|
* @param {string[]} [params.body.file_ids] - Optional.
|
||||||
|
|
|
@ -1370,7 +1370,7 @@
|
||||||
* @property {string} [model] - The model that the assistant used for this run.
|
* @property {string} [model] - The model that the assistant used for this run.
|
||||||
* @property {string} [instructions] - The instructions that the assistant used for this run.
|
* @property {string} [instructions] - The instructions that the assistant used for this run.
|
||||||
* @property {string} [additional_instructions] - Optional. Appends additional instructions
|
* @property {string} [additional_instructions] - Optional. Appends additional instructions
|
||||||
* at theend of the instructions for the run. This is useful for modifying
|
* at the end of the instructions for the run. This is useful for modifying
|
||||||
* @property {Tool[]} [tools] - The list of tools used for this run.
|
* @property {Tool[]} [tools] - The list of tools used for this run.
|
||||||
* @property {string[]} [file_ids] - The list of File IDs used for this run.
|
* @property {string[]} [file_ids] - The list of File IDs used for this run.
|
||||||
* @property {Object} [metadata] - Metadata associated with this run.
|
* @property {Object} [metadata] - Metadata associated with this run.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
### ⚠️ Warning:
|
### ⚠️ Warning:
|
||||||
|
|
||||||
This script can be expensive, several dollars worth, even with prompt caching. It can also be slow if has not been ran in a while, with translations contributed.
|
This script can be expensive, several dollars worth, even with prompt caching. It can also be slow if it has not been run in a while, with translations contributed.
|
||||||
|
|
||||||
### Instructions:
|
### Instructions:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue