Rohan03 commited on
Commit
f129db1
·
verified ·
1 Parent(s): d6bcdbc

fix: universal parsing + OpenRouter + state bug — purpose_agent/llm_backend.py

Browse files
Files changed (1) hide show
  1. purpose_agent/llm_backend.py +1 -0
purpose_agent/llm_backend.py CHANGED
@@ -391,6 +391,7 @@ _PROVIDER_MAP = {
391
  "deepseek": ("https://api.deepseek.com/v1", "DEEPSEEK_API_KEY"),
392
  "mistral": ("https://api.mistral.ai/v1", "MISTRAL_API_KEY"),
393
  "cerebras": ("https://api.cerebras.ai/v1", "CEREBRAS_API_KEY"),
 
394
  }
395
 
396
 
 
391
  "deepseek": ("https://api.deepseek.com/v1", "DEEPSEEK_API_KEY"),
392
  "mistral": ("https://api.mistral.ai/v1", "MISTRAL_API_KEY"),
393
  "cerebras": ("https://api.cerebras.ai/v1", "CEREBRAS_API_KEY"),
394
+ "openrouter": ("https://openrouter.ai/api/v1", "OPENROUTER_API_KEY"),
395
  }
396
 
397