Philip D'Souza

Results 5 issues of Philip D'Souza

Is it possible to add a shortcut, adding an email to a label's filter without having to go to into settings of a label and 'Create a new filter'? So...

enhancement

Whenever the website is offline I get the following error. Traceback (most recent call last): File "DSAChecker.py", line 226, in performUpdate() File "DSAChecker.py", line 165, in performUpdate dateChangeURL = launcher.html.find(id="date-time-change").get('href')...

This PR adds a 'r' command to retry the last action. Users can now easily try a different approach without exiting the program.

enhancement
conflicts

## Add Hosted VLLM rerank provider integration This commit implements the Hosted VLLM rerank provider integration for LiteLLM. The integration includes: - Adding Hosted VLLM as a supported rerank provider...

changes requested

## Description When defining an embed model with `roles: [embed]` in the YAML config file, the extension defaults to using the built-in Transformers.js embedder instead of the user-defined model. This...