discourse-ai/lib/completions/endpoints
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
..
anthropic.rb DEV: Tool support for the LLM service. (#366) 2023-12-18 18:06:01 -03:00
aws_bedrock.rb DEV: Tool support for the LLM service. (#366) 2023-12-18 18:06:01 -03:00
base.rb FIX: under certain conditions we would get duplicate data from llm (#373) 2023-12-20 14:28:05 -03:00
canned_response.rb DEV: Tool support for the LLM service. (#366) 2023-12-18 18:06:01 -03:00
gemini.rb DEV: Tool support for the LLM service. (#366) 2023-12-18 18:06:01 -03:00
hugging_face.rb DEV: Tool support for the LLM service. (#366) 2023-12-18 18:06:01 -03:00
open_ai.rb FEATURE: support sending AI report to an email address (#368) 2023-12-19 17:51:49 +11:00