Skip to content

Commit 7098b66

Browse files
committed
temp remove img
1 parent e90f801 commit 7098b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "UniLM"
22
uuid = "2a65a866-de6b-4bc8-8daf-c130204fdf93"
33
authors = ["Marius Fersigan <[email protected]> and contributors"]
4-
version = "0.5.3"
4+
version = "0.5.4"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"

src/api.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const TOOL_CALLS = "tool_calls"
9595

9696
@kwdef struct Message
9797
role::String
98-
content::Union{String,GPTImageContent,Nothing} = nothing
98+
content::Union{String,Nothing} = nothing
9999
name::Union{String,Nothing} = nothing
100100
finish_reason::Union{String,Nothing} = nothing
101101
refusal_message::Union{String,Nothing} = nothing

0 commit comments

Comments
 (0)