Arjun Krishna

Results 17 comments of Arjun Krishna

Created a pull request #121

A cursory google translate search confirms this. I will fix this. ![image](https://user-images.githubusercontent.com/45014214/100494107-4e6bfa80-310c-11eb-993d-aa08a22bbcd7.png) ![image](https://user-images.githubusercontent.com/45014214/100494115-70fe1380-310c-11eb-863d-0c191b405559.png)

Linked Issue: https://github.com/tensorflow/lucid/issues/287

It looks like the last commit was 2-3 months ago. So, I don't think so. Let's hope it is.

I just created a pull request that updated the Overview section

I think one project that we can take inspiration from is [Visual Studio Code](https://code.visualstudio.com/docs) Their documentation is simple, to the point and accessible even to non-technical people

- `test_litellm#test_litellm_openai` passes on this branch but fails on main ```bash ~/garak$ git branch * bugfix/litellm_provider_validation main ~/garak$ python -m pytest tests/generators/test_litellm.py::test_litellm_openai -s ======================================================= test session starts ======================================================= platform linux...

Exception on non-existence raised by litellm: `litellm.BadRequestError: LLM Provider NOT provided. Pass in the LLM provider you are trying to call. You passed model=non-existent-model` ```py >>> from garak.generators.litellm import LiteLLMGenerator...