mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
633e2a2137
* 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
10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
aiohttp>=3.6.2
|
|
aiofiles
|
|
pydantic>=1.4.0
|
|
requests>=2.24.0
|
|
ujson>=2.0.2
|
|
fastapi>=0.95.0
|
|
Jinja2>=3.0
|
|
gpt4all==0.2.3
|
|
pytest
|
|
openai |