-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
反序列化报错 #79
Comments
什么时候可以支持GPT4,目前1.0.6的model还是没有4,.0 |
gpt4目前官方没有开放api。 |
通过maven引用的还是只有GPT3.5两个模型,是不是没有发布到中央仓库 |
下个版本1.0.7会增加枚举值 |
已修复更新:1.0.7 |
对象转成json传输后反序列化报错
@test
public void testJson() throws JsonProcessingException {
ObjectMapper objectMapper = new ObjectMapper();
objectMapper
.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)
.configure(SerializationFeature.INDENT_OUTPUT, true)
.setSerializationInclusion(JsonInclude.Include.NON_NULL)
.setTimeZone(TimeZone.getTimeZone("GMT+8"))
.setLocale(Locale.CHINA);
The text was updated successfully, but these errors were encountered: