-
### Feature Request
OpenAI-Like API support
### Motivation
OpenAI-Like API support
### Your Contribution
OpenAI-Like API support
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
The proxy will act as a 'middleware' receiving http requests for various endpoints (which should be compatible with OpenAI's API standard). Each endpoint simply calls a suitable node, to which the pro…
-
I think it is necessary to add an example to illustrate how to use openai-compatible api like deepseek to use fast-graphrag, since the official openai api is too expensive.
For example, in Lightrag…
-
I am trying to upload an image to get response from the openAI using its API but the response says, i am unable to process images.
my code:
```
const completion = await openai.chat.completions.cr…
-
```
Traceback (most recent call last):
File "app/app.py", line 74, in
app = App()
^^^^^
File "app/app.py", line 39, in __init__
self.core = Core()
^^^^^^
…
-
error while translating "Looking" using gpt-3.5-turbo. Assigned "--" instead of exit from cli.
I installed the api user key and it still doesn't work. How to solve the problem? Is it possible to trac…
-
hello! I'm using a self deployed llm, qwen2.5-72b on ollama. but it seems that this project can only use gemini api. can this use openai api?
-
Unfortunately a Project API key or User API key from OpenAI raises the error:
` You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param':…
-
https://platform.openai.com/docs/guides/realtime
it uses websockets to get and set audio files from gpt-4o-realtime.