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
Could you help me with such problem?
snippet:
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
Could you help me with such problem?