Skip to content

Commit 44a9b57

Browse files
committed
use custom model because buggy
1 parent 59acd53 commit 44a9b57

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

kubernetes/apps/ai/hermes/app/configmap.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ data:
99
- name: llamacpp
1010
base_url: http://llama-cpp.ai:8080/v1
1111
key_env: LLAMA_API_KEY
12+
- name: minimax
13+
base_url: https://api.minimax.io/v1
14+
key_env: MINIMAX_API_KEY
15+
models:
16+
MiniMax-M2.7:
17+
context_length: 204800
18+
MiniMax-M2.7-highspeed:
19+
context_length: 204800
1220
model:
1321
default: "MiniMax-M2.7"
14-
provider: minimax
15-
context_length: 200000
22+
provider: custom:minimax
1623
model_aliases:
1724
gemma:
1825
model: google/gemma-4-E4B-it

0 commit comments

Comments
 (0)