Commit Graph

4 Commits (38cc778a0c8eeebf3d7aa6d358fc926a0e10b2b3)

Author SHA1 Message Date
dsalvatierra db70f1752a Update .gitignore and Dockerfile, add .env file
and modify test batch
10 months ago
Thomas 34daf240f9
Update Dockerfile.buildkit (#1542)
corrected model download directory

Signed-off-by: Thomas <tvhdev@vonhaugwitz-softwaresolutions.de>
11 months ago
cebtenzzre 245c5ce5ea
update default model URLs (#1538) 11 months ago
Andriy Mulyar 633e2a2137
GPT4All API Scaffolding. Matches OpenAI OpenAPI spec for chats and completions (#839)
* GPT4All API Scaffolding. Matches OpenAI OpenAI spec for engines, chats and completions

* Edits for docker building

* FastAPI app builds and pydantic models are accurate

* Added groovy download into dockerfile

* improved dockerfile

* Chat completions endpoint edits

* API uni test sketch

* Working example of groovy inference with open ai api

* Added lines to test

* Set default to mpt
1 year ago