Josh Hayes

Results 95 comments of Josh Hayes

@asvishnyakov good find! Everytime I go deep on something I find some pretty extensive tech debt :( I'm working on #2469 to unify the base shared components used throughout **plus**...

Thanks for this contribution @josca42 this looks very promising! Do you have some examples code to run and see how this works? Docs/Cookbook will be very helpful for the community...

@jpalvarezl @trrwilson Will this be fixed in #30909 ? I've tried `2024-08-01-preview` and `2024-09-01-preview` but I still get the same error.

I'm guessing it comes from [here](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/ai/OpenAI.Assistants/messages/models.tsp#L21-L24), which is using the 2024-02-15 version of Assistants. Azure OpenAI is falling far behind OpenAI in many cases it seems they can't maintain parity...

@glecaros @jpalvarezl @trrwilson will the ability to add image input for Assistants using models like GPT4o reach parity with OpenAI and the Chat Completions API in #32256 ?

@YunsongB @johanste #34354 seems to have removed image inputs for Assistants API. This was working last month for GPT 4o. ```bash BadRequestError: Error code: 400 - {'error': {'message': 'Invalid model:...

@tcx4c70 this isn't working for me. ![image](https://github.com/user-attachments/assets/2ad17564-cd43-4b53-bacd-cb0b90bfcab2) ![image](https://github.com/user-attachments/assets/4f05e1e1-edcd-4c88-bca4-64a1ab4d9b74) ![image](https://github.com/user-attachments/assets/dfec60da-75cf-4ee7-8139-88f2ab0a15b8)

For headers i'd recommend a form with seperate key/value input areas, and a `+` sign to add a new row/header.

@Barani05072002 you want to invoke *chat settings* with the @ sign, not commands? Are you using a multi-agent framework? Chainlit is behind the curve on multi-agent support. It's one of...