-
Unreconized field "completion_tokens_details" coming in response from openai api. the error is occuring at class `org.springframework.ai.openai.api.OpenAiApi.ChatCompletion#usage` and in `Usage` we ha…
-
征集基于chatgpt-java SDK开发的项目,以助于更好的维护本项目,给更多的开发者提供开发思路。请提供如下信息:
- *项目名称:
- 项目开源地址:
- *项目简介:
- *项目类型:个人/企业
- *使用到的SDK:
- 二维码或访问地址:
-
### 🚀 The feature, motivation and pitch
I have finetuned the linear layers of Pixtral on my own dataset and would like to host the LoRA adapters as is possible for Mistral. It would great if this wou…
-
**Bug description**
The ``Assert.notNull`` checks in ``AzureOpenAiChatOptions.Builder.with*`` methods make the options actually mandatory. ``AzureOpenAiChatOptions.fromOptions`` is called from ``Azur…
-
**Bug description**
I am getting 0s for (promptTokens, completionTokens, and totalTokens) when trying to get the token consumption for a particular query.
This is happening in a simple RAG applica…
-
**Expected Behavior**
Spring properties are exposed to control timeouts used by the clients.
**Current Behavior**
There's no documentation or properties to control things like connect, read, …
-
About below code:
```java
chatClient = ChatClient.create(chatModel);
chatClient = ChatClient.builder(chatModel).build();
```
It's working for **OpenAiChatModel** and **OllamaChatModel**
Actual…
-
Not sure why, it was built and running fine a couple of weeks ago, but now I got build issue:
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ER…
-
Subscribe to this issue and stay notified about new [daily trending repos in Jupyter Notebook](https://github.com/trending/jupyter-notebook?since=daily).
-
In case of rate limiting the OpenAI API responds with 429 and an information when the next request can be sent.
Handle this information to limit further requests until the rate limiting has stopped…