DevXT-LLC / ezlocalai

ezlocalai is an easy to set up local artificial intelligence server with OpenAI Style Endpoints.
MIT License
72 stars 13 forks source link

what does OpenAI Style Endpoints mean? #6

Closed chymian closed 8 months ago

chymian commented 10 months ago

@Josh-XT found your comment here and I'm curious - just creating a docker…

what openAI-API endpoints do you support? version 1.x.x? functions?

Josh-XT commented 8 months ago

Hello! By OpenAI style, I mean that you can use the OpenAI Python module or any other software that uses OpenAI endpoints to point at this server to run through a local model of your choosing instead of OpenAI's servers or models.

Please see the examples notebook here.