Pamela Fox
Pamela Fox
Okay, I'm going to test it out with the vision feature today. I did actually test the repo already with the OpenAi.com gpt-4o (and saw [good performance improvements](https://x.com/pamelafox/status/1790141116677058901)), but I'm...
You can see gpt-4o related changes in this branch: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1656/files I'll continue doing performance and quality testing over next few days. Unfortunately, as mentioned in the PR, its annoyingly difficult...
What error are you getting with the web interface?
@Lawndemon Ah yes if you still have modelhelper.py from the older version of the repo, that would need tweaks. The repo now uses a packaged version of modelhelper that I...
Thanks so much @zedhaque ! I'll take a look at this soon. I might try to run our Playwright tests against it, since it's in theory easy to tell Playwright...
@zedhaque I've run prettier on the files, and then used Playwright to run our two main tests for the Chat and the Ask tab at the various breakpoints used in...
* I think the hamburger menu is the only way to reliably fit the options at low sizes. The world has collectively agreed. * Yes, let's just use "Azure OpenAI...
Let me know when this is ready for re-review!
The actions area looks nice (though our documentation will need to get updated again). I wonder if there'd then be two ways to Deploy to Web App, one by right-clicking...
Also ran into this in a debian devcontainer with the powershell feature. Here's a workaround for now, hardcoding the old version: ``` "ghcr.io/devcontainers/features/powershell:1": { "version": "7.4.2" // Specific version until...