Joel Seguillon
Joel Seguillon
**Description**: examples yaml files refers to a local image registry. When container-disk is available as quay.io/kubevirt, image should be replaced to ease new users experience. Example with [fedora](https://github.com/kubevirt/kubevirt/blob/main/examples/vmi-fedora.yaml#L24) which probably...
``` ./acli --model text-davinci-003 "how are you" 2023/03/03 18:45:07 Error 404{ "error": { "message": "Invalid URL (POST /v1/chat/completions)", "type": "invalid_request_error", "param": null, "code": null } } ``` Caused by: https://github.com/jseguillon/acli/pull/25/files#diff-ffc9392a368a907b0c2b825ca5575da333b17ab42f49786a6f7c69fd7d8ff4d6R95
**Describe the issue** Example for outbox in python seems to be errored. It assumes we can, via python SDK, do: ```python await client.state.transaction(DAPR_STORE_NAME, ops); ``` but: ```shell == APP ==...
[virtink](https://github.com/smartxworks/virtink ) is a solution to deploy micro-vms in Kubernetes. It supports [ClusterAPI](https://github.com/smartxworks/cluster-api-provider-virtink). It's a small project but it works very well and coupling it with Kamaji gives great results....