ggqshr
ggqshr
找到了谢谢 XD
> Remote cursor can be hide easily by call an IDDCx API @UMU618 Is it using the IddCxMonitorSetupHardwareCursor related API?
We can use Pass Through Endpoints to do this. https://docs.litellm.ai/docs/proxy/pass_through Here is an litellm example config file: ```yaml general_settings: pass_through_endpoints: - path: "/api/generate" target: "http://localhost:11434/api/generate" forward_headers: True ``` And in...
I guess the cause of the problem is that the prompt is different, but i don't know how to fix this, adding a `ollama_fim` model prefix ? https://github.com/BerriAI/litellm/blob/97ed4d3a16414d22764e95b2cf39ed8672206734/litellm/litellm_core_utils/prompt_templates/factory.py#L215 When continue's...
> When continue's provider set to openai, among the parameters received by the /completions interface of litellm, the beginning of the prompt is as follows: The openai provider in `continue`...