Pamela Fox
Pamela Fox
## Purpose Fixes #2399 Multiple developers have wanted to accept inputs greater than 1000 characters. We discussed with Pablo and Matt here: https://github.com/Azure-Samples/azure-search-openai-demo/issues/952 Pablo said: "I suspect this was originally...
Currently, the frontend values control the default for parameters sent to the backend, which makes the defaults awkward to adjust, and makes it hard to send requests to the API...
## Purpose This is a draft PR so that @mattgotteiner can take over and push changes. TODO: * Figure out better workaround for weird blob index error * Add back...
We currently use Python Pillow plus pymupdf, but apparently DI has a method as well: https://learn.microsoft.com/en-us/python/api/overview/azure/ai-documentintelligence-readme?view=azure-python-preview#extract-figures-from-documents We should try that and see if the results are the same (quality/latency/cost). We...
OpenAI just announced the responses API: https://www.youtube.com/live/hciNKcLwSes https://platform.openai.com/docs/guides/responses-vs-chat-completions They are not currently deprecating chat completions, however. I'm curious what you think about a compatibility layer with the Responses API, or...
### Description This is up to your preferences, but I noticed that I got various warnings raised by ruff/black after creating the default project. For example: * The imports were...
## Purpose ## Does this introduce a breaking change? When developers merge from main and run the server, azd up, or azd deploy, will this produce an error? If you're...
Copied from: https://github.com/microsoft/vscode-dev-azure/issues/14 Command line output Executing task: azd init -t "https://github.com/Azure-Samples/rag-postgres-openai-python" -e "vscode-dev-d09683" Initializing an app to run on Azure (azd init) (✓) Done: Initialized git repository (✓) Done:...
Really strange spacing in the imports:  I checked the code, and it doesn't have the spacing, so I assume it's the CSS or highlighter library used.
I put this in my settings: "prompty.modelConfigurations": [ { "name": "gpt-3.5-turbo", "type": "openai", "api_key":"${env:OPENAI_API_KEY}" } ], Put this in a .env: OPENAI_API_KEY=sk... And then I tried to run this prompt:...