@polka-codes/cli 0.9.101 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/index.js +17898 -10224
- package/package.json +13 -14
package/README.md
CHANGED
|
@@ -269,7 +269,6 @@ Polka Codes supports multiple AI providers:
|
|
|
269
269
|
1. DeepSeek (Recommended)
|
|
270
270
|
2. Anthropic (Claude 3 Sonnet recommended)
|
|
271
271
|
3. OpenRouter
|
|
272
|
-
4. Ollama
|
|
273
272
|
|
|
274
273
|
Configure your provider in `.env`:
|
|
275
274
|
|
|
@@ -278,7 +277,7 @@ Configure your provider in `.env`:
|
|
|
278
277
|
POLKA_API_KEY=your_api_key_here
|
|
279
278
|
|
|
280
279
|
# Optional - override defaults
|
|
281
|
-
POLKA_API_PROVIDER=deepseek # or anthropic, openrouter,
|
|
280
|
+
POLKA_API_PROVIDER=deepseek # or anthropic, openrouter, openai
|
|
282
281
|
POLKA_MODEL=deepseek-chat # or claude-3-7-sonnet-20250219
|
|
283
282
|
```
|
|
284
283
|
|