discourse-ai/lib/completions
Sam af2e692761
FIX: under certain conditions we would get duplicate data from llm (#373)
Previously endpoint/base would `+=` decoded_chunk to leftover

This could lead to cases where the leftover buffer had duplicate
previously processed data

Fix ensures we properly skip previously decoded data.
2023-12-20 14:28:05 -03:00
..
dialects FEATURE: LLM based peroidical summary report (#357) 2023-12-19 12:04:15 +11:00
endpoints FIX: under certain conditions we would get duplicate data from llm (#373) 2023-12-20 14:28:05 -03:00
llm.rb DEV: Tool support for the LLM service. (#366) 2023-12-18 18:06:01 -03:00