AJ (@techfren)
AJ (@techfren)
currently no way to remove text. we could have ability to input random buttons like backspace but i think just an action to clear input text is good and more...
Refactor code so that clickolas can do seperate goals on seperate tabs. Currently variables are share between tabs in background script
Something like an API so third party processes can prompt clickolas in a secure way so clickolas can be an open source browsing addon to third party apps/agents like aider,...
a ability to manage history of recently used prompts so user does not have to type them again
Would be useful to store things like the uses preferred calendar or maybe something that they've talked before a case before and that could help in the repetition eventually leading...
## Description This PR adds support for using multiple LiteLLM providers by automatically selecting the appropriate API key based on the model provider. ## Changes - Modified `LiteLLMClient` to support...
currently it seems that the litellm call is using a hard coded openrouter api key but we should be able to use other providers like https://docs.litellm.ai/docs/providers/togetherai
This PR enhances LiteLLMClient by enabling dynamic selection of providers (e.g., OpenAI, TogetherAI, OpenRouter) alongside corresponding API keys. The client's __init__ method now accepts optional provider and api_key parameters, which...