🍎 feat: Apple MLX as Known Endpoint (#2580)

* add integration with Apple MLX

* fix: apple icon + image mkd link

---------

Co-authored-by: “Extremys” <“Extremys@email.com”>
Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
Extremys 2024-05-01 09:27:02 +02:00 committed by GitHub
parent 0e50c07e3f
commit d21a05606e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 77 additions and 0 deletions

View file

@ -46,6 +46,15 @@ const exampleConfig = {
fetch: false,
},
},
{
name: 'MLX',
apiKey: 'user_provided',
baseURL: 'http://localhost:8080/v1/',
models: {
default: ['Meta-Llama-3-8B-Instruct-4bit'],
fetch: false,
},
},
],
},
};