Skip to content

Commit

Permalink
Fix broken table in AI RLA plugin (#8045)
Browse files Browse the repository at this point in the history
fix broken table
  • Loading branch information
lena-larionova authored Oct 11, 2024
1 parent 6fc17de commit f352369
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ The plugin supports three strategies to calculate the token:

| Strategy | Description |
| --------- | ---- |

| `total_tokens` | Represents the total number of tokens, including both the prompt and the generated completion, in the LLM's input sequence. |
| `prompt_tokens` | Represents the tokens provided by the user as input to the LLM, typically defining the context or task. |
| `completion_tokens` | Represents the tokens generated by the LLM in response to the prompt, representing the completed output or continuation of the task. |
Expand Down

0 comments on commit f352369

Please sign in to comment.