Skip to content

model replace mode is not working - artifacts of another providers #451

@YankovskiyVS

Description

@YankovskiyVS

snippet:

      models:
        mode: replace
        providers:
          provider-name:
            api: openai-completions
            apiKey: ${PROVIDER_API_KEY}
            baseUrl: https://provider-url.com/v1
            headers:
              X-App-Title: some-app-title
            models:
              - id: MiniMaxAI/MiniMax-M2
                name: MiniMaxAI/MiniMax-M2
              - id: MiniMaxAI/MiniMax-M2
                name: MiniMaxAI/MiniMax-M2
              - id: MiniMaxAI/MiniMax-M2
                name: MiniMaxAI/MiniMax-M2

Have added only ONE provider with the array of models (this is just an example) -> however when checking th UI i can see many providers which are not present in the config.json or in the spec of the instance (though i do see the provider i have added

Image

Could you help me with such problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions