-
I encountered difficulties when using AgentExecutor in LangServe:
- Streaming won't work in playground, only waiting for a full message but in console it's woking fine
My LLM settings:
`llm = C…
-
Hi, i don't know how everyone uses API organizations, but theoretically I don't believe there would be any issues using different models as long as your subscription allows it. I don't know if there i…
-
It's currently non-trivial to add a new model to the "Model Version" dropdown in the model settings.
Adding a new value to the enum property in ChatGPTSettings, followed by adding a new entry to th…
-
``` $stream = OpenAI::completions()->createStreamed([```
How can I implement using chat() instead of completions?
I can't seem to figure out how to structure the response. it should be
```$tex…
-
### 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
I'm using AzureOpenAI on API version '2024-…
-
I've observed that I receive an empty result when utilizing either gpt-4-1106-preview or gpt-4-0125-preview. This issue occurs without any accompanying code, but rather in the context of an explanatio…
-
The project works excellently with `gpt-4-turbo,` although with some hiccups.
When I change the model to `gpt-3.5-turbo-16k`, I get the error below. Is that a known issue of the AutoGEN, or is ther…
-
Adding support for more mypy resultant errors would help in less feedback iterations for a completion.
I analyzed both `level_1__ft__mypy_signature_5_steps__1_choice.yaml` and `level_1__ft__mypy_je…
-
### Description
Hi, I am testing a simple agent using crewAI. My region (Hong Kong) doesn't support openAI so I am using Azure open AI. But it seems that it doesn't work for crewAI. There is no pro…
-
Installed requiremnts.txt
getting this.
```bash
Traceback (most recent call last):
File "/home/panchajanya/Development/work/Assistant/test.py", line 1, in
from assistant import AIAssis…