renkelvin
renkelvin
Note that our backend changes to `getRecaptchaConfig` is not ready yet. Added a TODO to e2e test the SDK changes later.
New verification method `fetchItems(forIdentityVerificationSignature:)` https://developer.apple.com/documentation/gamekit/gklocalplayer/3516283-fetchitems
Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion * Read the contribution guidelines (CONTRIBUTING.md). *...
Implement token revocation public api. Note that it's not e2e tested yet. Internal API review at [go/gcip-token-revocation-api](http://go/gcip-token-revocation-api)
Hi there, I'm exploring using phidata with a custom LLM, which is compatible with OpenAI. ## Background I've confirmed the BASE_URL and API_KEY work properly with curl command, and OpenAI...
It seems that the workspace settings support only `dev`, `stg`, `prd` 3 built-in environment stages. https://github.com/phidatahq/phidata/blob/3a39189d5a9af5194cce6dc594df823f7e8f9815/phi/workspace/settings.py#L50 Our team would like to add another stage(latest) that continuously builds the head of...