discourse-ai/lib/completions/endpoints
Sam 059d3b6fd2
FEATURE: better logging for automation reports (#853)
A new feature_context json column was added to ai_api_audit_logs

This allows us to store rich json like context on any LLM request
made.

This new field now stores automation id and name.

Additionally allows llm_triage to specify maximum number of tokens

This means that you can limit the cost of llm triage by scanning only
first N tokens of a post.
2024-10-23 16:49:56 +11:00
..
anthropic.rb DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
aws_bedrock.rb FIX: Correctly save provider-specific params for new models. (#744) 2024-08-07 16:08:56 -03:00
base.rb FEATURE: better logging for automation reports (#853) 2024-10-23 16:49:56 +11:00
canned_response.rb FEATURE: better logging for automation reports (#853) 2024-10-23 16:49:56 +11:00
cohere.rb DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
fake.rb FEATURE: better logging for automation reports (#853) 2024-10-23 16:49:56 +11:00
gemini.rb FIX: gemini 0801 tool calls (#748) 2024-08-12 16:10:16 +10:00
hugging_face.rb DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
ollama.rb FEATURE: Tools for models from Ollama provider (#819) 2024-10-11 07:25:53 +11:00
open_ai.rb FEATURE: better logging for automation reports (#853) 2024-10-23 16:49:56 +11:00
samba_nova.rb FEATURE: add a SambaNova LLM provider (#797) 2024-09-12 11:28:08 +10:00
vllm.rb FIX: Add tool support to open ai compatible dialect and vllm (#734) 2024-08-02 09:52:33 -03:00