Arjun Krishna
Arjun Krishna
Created a pull request #121
A cursory google translate search confirms this. I will fix this.  
How did you work around this?
Linked Issue: https://github.com/tensorflow/lucid/issues/287
For issue #1165
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...