You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ pip install overmind
27
27
28
28
### Use default Overmind agent
29
29
30
-
Get your free Overmind API key at [overmind.evallab.dev](overmind.evallab.dev)
30
+
Get your free Overmind API key at [overmind.evallab.dev](https://overmind.evallab.dev)
31
31
32
32
Below we initialise the Overmind client and call GPT-4o-mini using `default_agent`. This will run our `reject_prompt_injection` and `reject_irrelevant_answer` policies.
33
33
```python
@@ -37,17 +37,19 @@ from overmind.client import OvermindClient
37
37
# Set env variables (or pass directly to the client)
38
38
# Get your free overmind API key at overmind.evallab.dev
@@ -98,4 +102,4 @@ We are not storing your API keys and you are solely responsible for managing the
98
102
99
103
On ours side we run policy executions for free as this is an alpha stage product. We may impose usage limits and scale our services up and down from time to time.
100
104
101
-
We apprecaite any feedback, collaboration or other suggestions. You can reach out at [support@evallab.dev](mailto:support@evallab.dev)
105
+
We appreciate any feedback, collaboration or other suggestions. You can reach out at [support@evallab.dev](mailto:support@evallab.dev)
0 commit comments