-
### Service
OpenAI
### Describe the bug
Google blogged about how they now expose an OpenAI-compatible endpoint for gemini:
https://developers.googleblog.com/en/gemini-is-now-accessible-from-the-ope…
-
I have downloaded LLAMA 3.2 1B Model from Hugging face with optimum-cli
optimum-cli export openvino --model meta-llama/Llama-3.2-1B-Instruct llama3.2-1b/1
Below are files downloaded
!…
-
Hi, nice work!
But it seems isConnected is a function in OpenAI version.
https://github.com/openai/openai-realtime-api-beta/blob/cd8a9251dcfb0cba0d7b0501e9ff36c915f5090f/lib/client.js#L370
vs:
…
-
The Assistants API has support for uploading files into a server-side vector store (https://platform.openai.com/docs/assistants/tools/file-search). This would eliminate the need for chunking files whi…
-
1. It will be responsible to generate the dashboard.
-
I am using a custom Open AI compatible proxy with no api key (i put in "noop"). It works fine using "continue" vscode extension.
I don't really understand why is claude dev not making any requests …
-
**Issue Title:**
Sample code fails with `APIRemovedInV1` error due to OpenAI API changes in `openai` package version >=1.0.0
**Issue Body:**
**Description:**
While running the sample code provided i…
-
**Describe the bug**
When attempting to upload a file to Azure OpenAi API, the content type of the file is required.
OpenAI HTTP Error (spotted in ruby-openai 7.1.0): {"error"=>{"code"=>"invalidPayl…
-
"Use OpenAI SDK with Phi-3 in Azure AI and Azure ML" page shows an example with 0.x openai library version that is quite old at this stage.
https://github.com/microsoft/Phi-3CookBook/blob/main/md/02.Q…
-
Streaming responses used to not provide usage info. This has been fixed by OpenAI, so we should use this info rather than computing our own usage, which is not as accurate, especially for "thinking" L…