Skip to content

Commit

Permalink
resolve link falls
Browse files Browse the repository at this point in the history
  • Loading branch information
liqul committed Dec 20, 2023
1 parent 0578900 commit e37e1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ The actual code generated in the summarized rounds is ignored and only the varia
so that the LLM can still refer the these variables in future code generation.

One thing to note is that chat history summarization requires call the LLM which incurs additional latency and cost.
The prompts for chat history summarization could be found for [planner](../taskweaver/planner/compression_prompt.yaml)
and [code generator](../taskweaver/code_interpreter/code_generator/compression_prompt.yaml).
The prompts for chat history summarization could be found for [planner](../../taskweaver/planner/compression_prompt.yaml)
and [code generator](../../taskweaver/code_interpreter/code_generator/compression_prompt.yaml).

## Configurations
As explained above, there are two parameters in controlling the chat history summarization:
Expand Down

0 comments on commit e37e1f2

Please sign in to comment.