Skip to content

Commit

Permalink
deploy: 35382c6
Browse files Browse the repository at this point in the history
  • Loading branch information
RomiconEZ committed Dec 16, 2024
1 parent 39e7195 commit cdcd63c
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 118 deletions.
8 changes: 5 additions & 3 deletions _sources/howtos.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- **Testing the Gandalf webbot** - [GitHub](https://github.com/RomiconEZ/llamator/blob/release/examples/llamator-selenium.ipynb)
- **Telegram bot testing via Telethon (RU)** - [GitHub](https://github.com/RomiconEZ/llamator/blob/release/examples/llamator-telegram.ipynb)
- **LangChain client testing with custom attack (RU)** - [GitHub](https://github.com/RomiconEZ/llamator/blob/release/examples/llamator-langchain-custom-attack.ipynb)
- **WhatsApp client testing via Selenium (ENG)** - [GitHub](https://github.com/RomiconEZ/llamator/blob/release/examples/llamator-whatsapp.ipynb)


## Installation Guide

Expand Down Expand Up @@ -66,9 +68,9 @@ config = {

# Start testing
llamator.start_testing(
attack_model,
tested_model,
config=config,
attack_model,
tested_model,
config=config,
tests_with_attempts=tests_with_attempts
)
```
Loading

0 comments on commit cdcd63c

Please sign in to comment.