Marvin Buss

Results 126 comments of Marvin Buss

Short update from my side: * I enabled Trace logs to review the API calls that are made to the resource provider. * I extracted some of the information and...

Thanks for sharing @aldodfm. Let me follow-up internally.

For `hubResourceId` you must specify the resource ID of another AML workspace of kind `Hub`. Sample can be found here: - Reference: https://github.com/PerfectThymeTech/terraform-azurerm-modules/blob/07344b3d77fd261a0dbc9b5a194115f2af74ffc8/modules/aistudioproject/tests/test.tftest.hcl#L99 - Module for AI Studio Hub: https://github.com/PerfectThymeTech/terraform-azurerm-modules/tree/main/modules/aistudiohub

Today, another error message started showing up even though nothing has changed on the TF module: ```sh │ { │ "error": { │ "code": "ValidationError", │ "severity": null, │ "message":...

@eavanvalkenburg and @markwallace-microsoft: Are you planning to support the new real-time API and model which have just been announced? Links: - https://platform.openai.com/docs/guides/realtime-websocket - https://openai.com/index/introducing-gpt-realtime/ There have been some changes which...

I can reproduce the same behavior. I also expected the virtual environment to be activated to run the `fastapi` startup command. Alternatively, I would have expected to be able to...