agentscope-ai / agentscope-ai/agentscope-java

[Bug]: Agentscope will throw an error when OpenAI model providers' services are missing certain non-essential fields.

未關閉
#157 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
area/core/model bug
主要語言
Java
星號
5.6k
分支
1.3k
平均合併
4 天 12 小時
30 天內合併 PR
77

描述

Some model providers may omit certain parameters in their responses, which can cause Agentscope to throw an error.

Note: Some response parameters are not exposed as they are not relevant to IdeaLab. The specific differences are as follows:

id, object, created, model, system_fingerprint: not provided
choices: consistent with OpenAI, but logprobs is omitted when null
usage: consistent with OpenAI

Exception:

Caused by: com.openai.errors.OpenAIInvalidDataException: `id` is not set
at com.openai.core.JsonField.getRequired$openai_java_core(Values.kt:174)
at com.openai.models.chat.completions.ChatCompletionChunk.id(ChatCompletionChunk.kt:76)

Image

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。