Skip to content

Commit

Permalink
raito -> rate in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
GRcharles authored May 9, 2024
1 parent 40ac969 commit 83b9cc9
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 83b9cc9

Please sign in to comment.