Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerlancism committed Oct 20, 2024
1 parent 0a0722f commit 05fb4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Options:
- `--experimental-structured-mode array` Structures the input and output into a plain array format. This option is more concise compared to base mode, though it uses slightly more tokens per batch.
- `--experimental-structured-mode object` Structures both the input and output into a dynamically generated object schema based on input values. This option is even more concise and uses fewer tokens, but requires smaller batch sizes and can be slow and unreliable. Due to its unreliability, it may lead to more resubmission retries, potentially wasting more tokens in the process.
- `--experimental-use-full-context`
Include the full context of translated data to work well with [prompt caching](https://openai.com/index/api-prompt-caching/). The length of the chunks is defined by `--history-prompt-length`. May risk running into the model's context window limit, typically `128K`, which should be sufficient for most cases.
Include the full context of translated data to work well with [prompt caching](https://openai.com/index/api-prompt-caching/). The translated lines per user and assistant message pairs are sliced as defined by `--history-prompt-length`. May risk running into the model's context window limit, typically `128K`, which should be sufficient for most cases.
- `--log-level <level>`
Log level (default: `debug`, choices: `trace`, `debug`, `info`, `warn`, `error`, `silent`)
- `--silent`
Expand Down

0 comments on commit 05fb4ee

Please sign in to comment.