Skip to content

Commit

Permalink
Doc: raito -> rate in README example (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
GRcharles authored May 16, 2024
1 parent 241b7cf commit f585fa9
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 @@ -157,7 +157,7 @@ llm_lingua = PromptCompressor()
compressed_prompt = llm_lingua.compress_prompt(
prompt_list,
question=question,
ratio=0.55,
rate=0.55,
# Set the special parameter for LongLLMLingua
condition_in_question="after_condition",
reorder_context="sort",
Expand Down

0 comments on commit f585fa9

Please sign in to comment.