Results 214 comments of Shx Guo

你好,目前我正在做 agent 功能,后续会支持 MCP。这个我还是第一次听说,如果确实实用且能够实现的话会考虑支持。

Let‘s start with adding string values for each OpenAI compatible API models in 0.35.0

0.35.5 adds support to use environment variables from your shell as header value. You can include the environment variables by typing `{{ENV_NAME}}` in the value field.

They are already on the list. But I don't have access to them yet and can't test. The API seems compatible, only one field is marked as deprecated and that...

Do you know which model supports the new API? I have tried several models but all of them complain that model does not support insert.

@jmitek This model does support the new API, but the result is super weird and worse than using the Fill-in-the-middle strategy and fill in the template manually. Are you using...

@jmitek The default one is for codellama. The starcoder one looks like ``` def fib(n): else:\n return fib(n - 2) + fib(n - 1) ```

@jmitek Please change the model to completion API and set it up again. The imported models will be treated as chat completions API. You may also need the `-code`, too.

@jmitek it works fine on my Mac though. What's your settings again?

> filled in the template exactly as you have it (the default one I had was different) Oh the default one is actually correct, I was testing starcoder2 when I...