-
### Describe the bug
I'm getting an error returned when attempting a chat request.
System.Net.Http.HttpRequestException : {
"error": {
"message": "Invalid value for 'tool_choice': 'tool_ch…
-
When we create a chat, we should have the option to add headers, like:
```
import { Configuration, OpenAIApi } from "openai";
const configuration = new Configuration({
apiKey: process.env.OP…
-
I'm trying to use this library with an Azure OpenIA resource.
I'm using the example in the readme: `OpenAIAPI api = OpenAIAPI.ForAzure("YourResourceName", "deploymentId", "api-key");`, but Url create…
-
ObjectMapper mapper = defaultObjectMapper();
Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(host, port));
OkHttpClient client = defaultClient(token, timeout)
.newBuilder()
…
-
```
public class CustomOpenAiService extends OpenAiService {
private final ExecutorService executorService;
private final String openaiBaseUrl = "https://YOU_URL";
public CustomOpenA…
-
I am trying to connect to Azure using OpenAIAPI. However, despite my deployment ID and resourcename being correct, I am encountering the following error:
**System.AggregateException**
'One or more…
-
Really
https://github.com/TheoKanning/openai-java/blob/main/service/src/main/java/com/theokanning/openai/service/OpenAiService.java#L71
are you kidding?
-
### Problem
Getting new models, that we provide from our own OpenAi-compatible API into the settings-gui.
### Proposed Solution
Possibility of hooking into jupyter_ai_magics/providers.py, adding …
-
**Bug description**
When chat history is enabled, the AI provides incorrect information about available functions, seemingly relying on outdated data from the chat history instead of querying the cur…
-
Hey,
I encountered an issue that only shows in my build, everything works fine in unity but in the build the messages are not getting through nothing is being displayed as a text so I am asuming th…