strix icon indicating copy to clipboard operation
strix copied to clipboard

Add multi api

Open MoDarK-MK opened this issue 1 month ago • 0 comments

Added interactive input for multiple API keys if none are set in the environment.

Stored all keys in a new environment variable LLM_API_KEYS (comma-separated).

The first key is also stored in LLM_API_KEY for backward compatibility.

Updated warm_up_llm() to try each API key in sequence until one succeeds.

Ensured no core logic or functionality of the original program was altered.

MoDarK-MK avatar Nov 10 '25 09:11 MoDarK-MK