Settings

Theme

Llmswap v1.5.0 – Added IBM watsonx support to my multi-LLM Python library

pypi.org

1 points by sreenathmenon 5 months ago · 1 comment

Reader

sreenathmenonOP 5 months ago

Just released v1.5.0 with IBM watsonx integration.

  ```python
  # Works with any provider now
  client = LLMClient(provider="watsonx")
  client = LLMClient(provider="anthropic")
  client = LLMClient(provider="openai")

  response = client.query("Analyze this data")

  New in v1.5.0:
  - IBM watsonx provider with Granite models
  - Same API across all 5 providers
  - Auto-fallback still works
  - Enterprise authentication

  Also supports 100+ local Ollama models including OpenAI's new GPT-OSS.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection