Pamela Fox
Pamela Fox
## Purpose As I needed our token counting and message building functionality for another sample, I moved it to a separate package. That also gave me the opportunity to increase...
## Purpose This PR was originally made to clarify that you must login to your auth tenant if its different from main tenant. But then I also fixed the Markdown...
**Bicep version** It's whatever version is used by azd, presumably fairly recent. **Describe the bug** I keep getting the error that a template resource is referencing itself. I've been trying...
This PR adds a table name and an `id` column to the `Item` class in the SQLAlchemy model. Otherwise SQLAlchemy throws errors.
I am trying to figure out how to get and create user flows. This is as far as I've figured out the code for getting a userflow by a filtered...
In the original version of appservice.bicep, appSettings was not wrapped with an @secure decorator, so if a developer put any secrets in their app settings, it would leak into deployment...
Adding my Python dev containers. These are all non-Azure specific, for general Python use.
We have implemented a lot of logic around token counting for ChatCompletion requests, and it feels like the logic should go in a separate package. I'm wondering if tiktoken would...
In the original version of appservice.bicep, appSettings was not wrapped with an @secure decorator, so if a developer put any secrets in their app settings, it would leak into deployment...
## Purpose I had previously added support for using a key for search service because I thought the free tier didn't support managed identity. As it turns out, it does...