@zhongqian97-code/ecode 0.3.9 → 0.3.10
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,6 +68,12 @@ export ECODE_API_KEY=sk-ant-...
|
|
|
68
68
|
export ECODE_MODEL=claude-sonnet-4-6
|
|
69
69
|
ecode
|
|
70
70
|
|
|
71
|
+
# MiniMax M2.5
|
|
72
|
+
export ECODE_BASE_URL=https://api.minimax.chat/v1
|
|
73
|
+
export ECODE_API_KEY=sk-...
|
|
74
|
+
export ECODE_MODEL=MiniMax-M2.5
|
|
75
|
+
ecode
|
|
76
|
+
|
|
71
77
|
# Local Ollama
|
|
72
78
|
export ECODE_BASE_URL=http://localhost:11434/v1
|
|
73
79
|
export ECODE_API_KEY=ollama
|