Add record chat sheet with OpenAI streaming

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Claudio Ortolina
2026-02-22 10:13:05 +00:00
parent 5868fa0219
commit 6e6e419801
9 changed files with 621 additions and 114 deletions
+3 -1
View File
@@ -3,5 +3,7 @@ defmodule OpenAI.Completion do
defstruct content: "",
temperature: 0.2,
role: "user",
model: "gpt-4o-mini"
model: "gpt-4o-mini",
messages: nil,
response_format: nil
end