Endpoint to process a chat completion request using NVIDIA NIM API and store the result in MongoDB using the new schema with a single document per project containing a messages array.
{ "id": "<string>", "project_id": "<string>", "messages": [ {} ], "created_at": "<string>", "updated_at": "<string>", "ready_for_generation": false }
Successful Response
The response is of type object.
object