Extract OpenAI.Completion struct
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
defmodule OpenAI.Completion do
|
||||
defstruct content: "",
|
||||
temperature: 0.2,
|
||||
role: "user"
|
||||
end
|
||||
Reference in New Issue
Block a user