Skip to content

Commit

Permalink
feature:1.0.11 支持tokens BUG修复
Browse files Browse the repository at this point in the history
  • Loading branch information
guorutao committed Apr 8, 2023
1 parent ec7e58c commit 0cb60db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/unfbx/chatgpt/entity/images/Item.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.unfbx.chatgpt.entity.images;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;

import java.io.Serializable;
Expand All @@ -13,4 +14,6 @@
@Data
public class Item implements Serializable {
private String url;
@JsonProperty("b64_json")
private String b64Json;
}

0 comments on commit 0cb60db

Please sign in to comment.