feat: Adding OpenAI Compatible Prompts API

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-09-03 14:14:54 -04:00
parent 30117dea22
commit 8b00883abd
181 changed files with 21356 additions and 10332 deletions

View file

@ -20,14 +20,14 @@
"body": {
"__type__": "openai.types.chat.chat_completion.ChatCompletion",
"__data__": {
"id": "chatcmpl-651",
"id": "chatcmpl-334",
"choices": [
{
"finish_reason": "length",
"index": 0,
"logprobs": null,
"message": {
"content": "I'm ready to help",
"content": "It looks like we've",
"refusal": null,
"role": "assistant",
"annotations": null,
@ -37,7 +37,7 @@
}
}
],
"created": 1755294941,
"created": 1756921086,
"model": "llama3.2:3b-instruct-fp16",
"object": "chat.completion",
"service_tier": null,