-
我在尝试基于OpenAI官方的一个assistant示例通过更换base_url来测试是否能够正常运行。
这个case在api_base不做任何指定(指向OpenAI接口时),大约在15s内,run.status能够变为complete。完成最后的结果获取;
但在api_base指向本地open-assistant-api接口时,run.status似乎一直处于in_progress中。导致无…
-
### Confirm this is a Node library issue and not an underlying OpenAI API issue
- [X] This is an issue with the Node library
### Describe the bug
I am using the exact same setup that I use in my we…
-
- These endpoints need to be added to the README
- Each endpoint should have a simple copy-paste example
-
### Feature Description
Provide the ability to useChat to output responses from chats, tools and assistants all in one go
### Use Case
To fully provide the "agent" capabilities I would imagine a sc…
-
**Context**
1. We should standardise the role of `Assistants` with `assistant` instead of `agent` as it is what's commonly used in OpenAI's context. It also makes it easier to develop OpenAI Adapters…
-
In the Readme.md for assistants, https://github.com/Azure/azure-functions-openai-extension/blob/main/samples/assistant/README.md#prerequisites, we should add instructions to create the testdb database…
-
### Confirm this is a Node library issue and not an underlying OpenAI API issue
- [ ] This is an issue with the Node library
### Describe the bug
I'm seeing a strange issue that exists only i…
-
-
-
Getting the below error
```
Traceback (most recent call last):
File "/Users/joyeed/truelens/true_lens_examples/01_rag_triad_relevance.py", line 31, in
openai_provider = OpenAI()
…