Skip to content

Commit

Permalink
Update README to include notes on disabling LLM alerts and support fo…
Browse files Browse the repository at this point in the history
…r Anthropic models
  • Loading branch information
andrewm4894 committed Dec 27, 2024
1 parent f87f01f commit 10f13b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,9 @@ Yes! I have managed to find a way to ram a large language model (LLM) into this

Idea here is to just send the metric data and prompt to a LLM (ChatGPT) and ask it if it thinks the metric looks anomalous (and provide back an explanation). If it does, we alert.

Note: If you don't want to send your metric data to OpenAI then just set `disable_llmalert` to `True` in your metric batch config.
Notes:
- If you don't want to send your metric data to OpenAI then just set `disable_llmalert` to `True` in your metric batch config.
- Support for Anthropic models added [here](https://github.com/andrewm4894/anomstack/pull/128)

<details>
<summary>Click to see some LLM Alert screenshots</summary>
Expand Down
Binary file modified docs/img/llmalert1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10f13b2

Please sign in to comment.