-
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?
-
### What happened?
```
cat test.py
import logging
from openai import OpenAI
logging.info("Initializing OpenAI client...")
client = OpenAI(
base_url="https://litellm.ai.gcp-sg.dev.awx.im…
-
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…
-
### 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 …
-
Hello,
I hope this message finds you well. I am getting "Not implemented" error when trying to use Assistants API with Azure OpenAI.
When checked through the issues/PRs, I observed that this was…
-
The `instrumentation-openai` package should be able to capture calls to [the OpenAI Assistants API](https://platform.openai.com/docs/assistants/overview?lang=node.js&context=without-streaming). Specif…
-
## Initial support added in https://github.com/danny-avila/LibreChat/pull/2781
> 5/19/24
Read the PR notes for more details on what changed, and what is still to be done.
---
### Discussed…
-
I do a lot of translation into Chinese for academic purposes using openAI. I have specific assistants set up with bilingual glossaries to ensure correct translation of technical language.
Is it pos…
-
**Describe the bug**
First off, thanks for creating this and all the work you put into it. This is a fantastic resource. I can't figure out why I can get everything working as expected with an Azure …