gpt4all/gpt4all-api/gpt4all_api/app/api_v1/routes
David Okpare 889c8d1758
Add embeddings endpoint for gpt4all-api (#1314)
* Add embeddings endpoint

* Add test for embedding endpoint
2023-08-10 10:43:07 -04:00
..
__init__.py GPT4All API Scaffolding. Matches OpenAI OpenAPI spec for chats and completions (#839) 2023-06-28 14:28:52 -04:00
chat.py GPU Inference Server (#1112) 2023-07-21 15:13:29 -04:00
completions.py fix: don't pass around the same dict object (#1264) 2023-07-24 15:28:12 -04:00
embeddings.py Add embeddings endpoint for gpt4all-api (#1314) 2023-08-10 10:43:07 -04:00
engines.py GPU Inference Server (#1112) 2023-07-21 15:13:29 -04:00
health.py GPU Inference Server (#1112) 2023-07-21 15:13:29 -04:00