Fixing maybe the token issue
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,38 +1 @@
|
||||
{
|
||||
"allow_chat_override": false,
|
||||
"chat_model": {
|
||||
"provider": "lm_studio",
|
||||
"name": "nousresearch/hermes-4-70b",
|
||||
"api_base": "http://festinger:11434",
|
||||
"ctx_length": 32000,
|
||||
"ctx_history": 0.7,
|
||||
"vision": true,
|
||||
"rl_requests": 0,
|
||||
"rl_input": 0,
|
||||
"rl_output": 0,
|
||||
"kwargs": {
|
||||
"max_tokens": 32000,
|
||||
"agent_id": 3
|
||||
},
|
||||
"max_embeds": 10
|
||||
},
|
||||
"utility_model": {
|
||||
"provider": "lm_studio",
|
||||
"name": "glm-4.7-flash",
|
||||
"api_base": "http://host.docker.internal:1234/v1",
|
||||
"ctx_length": 8192,
|
||||
"ctx_input": 0.7,
|
||||
"rl_requests": 0,
|
||||
"rl_input": 0,
|
||||
"rl_output": 0,
|
||||
"kwargs": {}
|
||||
},
|
||||
"embedding_model": {
|
||||
"provider": "huggingface",
|
||||
"name": "sentence-transformers/all-MiniLM-L6-v2",
|
||||
"api_base": "",
|
||||
"rl_requests": 0,
|
||||
"rl_input": 0,
|
||||
"kwargs": {}
|
||||
}
|
||||
}
|
||||
{"allow_chat_override": false, "chat_model": {"provider": "lm_studio", "name": "nousresearch/hermes-4-70b", "api_base": "http://festinger:11434", "ctx_length": 32000, "ctx_history": 0.7, "vision": true, "rl_requests": 0, "rl_input": 0, "rl_output": 0, "kwargs": {"max_tokens": 32000, "agent_id": 3}, "max_embeds": 10}, "utility_model": {"provider": "lm_studio", "name": "glm-4.7-flash", "api_base": "http://host.docker.internal:1234/v1", "ctx_length": 8192, "ctx_input": 0.7, "rl_requests": 0, "rl_input": 0, "rl_output": 0, "kwargs": {}}, "embedding_model": {"provider": "huggingface", "name": "sentence-transformers/all-MiniLM-L6-v2", "api_base": "", "rl_requests": 0, "rl_input": 0, "kwargs": {}}}
|
||||
Reference in New Issue
Block a user