fix: use codestral
This commit is contained in:
parent
4652adef66
commit
72e95c1c25
|
|
@ -140,19 +140,6 @@ return {
|
||||||
dismiss = "<M-BS>",
|
dismiss = "<M-BS>",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
provider = "openai_fim_compatible",
|
|
||||||
provider_options = {
|
|
||||||
openai_fim_compatible = {
|
|
||||||
end_point = "https://dashscope.aliyuncs.com/compatible-mode/v1/completions",
|
|
||||||
api_key = "QWEN_API_KEY",
|
|
||||||
model = "qwen2.5-coder-32b-instruct",
|
|
||||||
name = "qwen2.5-coder-32b-instruct",
|
|
||||||
optional = {
|
|
||||||
max_tokens = 256,
|
|
||||||
top_p = 0.9,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue