Rename file to match module name

This commit is contained in:
Claudio Ortolina
2024-12-18 21:58:07 +00:00
parent 676a9ba681
commit d76c108896
+5
View File
@@ -0,0 +1,5 @@
defmodule OpenAI.Completion do
defstruct content: "",
temperature: 0.2,
role: "user"
end