-
Hello!
Appreciate your work with Pipecat.
I had an openAI assistant with file search and tool call. Is there a way to use it with Pipecat using the OpenAI Assistants api?
-
**Expected Behavior**
The feature should enable Spring AI to manage interactions with OpenAI's [Assistant](https://platform.openai.com/docs/assistants/overview) :
- **Managing Assistants**: Prov…
-
**In the recent update 1.6.4 the tool_calls of the messages are being deleted**
```python
client = instructor.from_openai(
OpenAI(), mode=instructor.Mode.TOOLS
)
info = client.chat.…
-
### Confirm this is an issue with the Python library and not an underlying OpenAI API
- [X] This is an issue with the Python library
### Describe the bug
When I try to create a json schema assistan…
-
### What is the issue?
The streamed chat-completion response from ollama's openai-compatible API repeats `"role": "assistant"` in all returned chunks. This is different to OpenAI's API which just has…
-
I am using the code provided in the example for assistant streaming: https://github.com/openai/openai-go/blob/0ab80ee917ecfb435261dd8d1560d1d816a64d24/examples/assistant-streaming/main.go#L56-L67
A…
-
### Library name and version
Azure.AI.OpenAI.Assistants v1.0.0-beta.4
### Describe the bug
When trying to create an Assistant but following error is occurring:
**Azure OpenAI Retrieval v1 tool is …
-
Hi,
I've tried creating an agent using an openAI Assistant as the LLM. It joins the room and works as expected until after the it's first utterance. After speaking the string I pass into the agent.…
-
Might have to fork `deep-chat` to add support and then submit a PR. See https://github.com/OvidijusParsiunas/deep-chat/issues/239
-
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…