Filinto Duran
Filinto Duran
@elena-kolevska fyi too
The api link does not show any mention of binary format, so what @ccrlawrence mentioned above is the way to go
@giterinhub you probably want to actually change https://github.com/dapr/components-contrib/blame/main/conversation/openai/openai.go#L44 that is the "real" default, as Metadata.yaml is more like a reference. Also the description in the metadata.yaml would need to change...
@giterinhub probably this could now be updated to gpt-5 `nano` or `mini` https://platform.openai.com/docs/models
can you please try running the conformance tests as shown in https://github.com/dapr/components-contrib/blob/fa9ace4ebf8d99d3b124906ca0cf2881b9d72709/tests/config/conversation/README.md. I checked it out and it shows issues, like all the `conversation.Default...` do not work as they are...
tested locally and it did work for the providers. One thing I noticed that I think i've seen before, on gpt-5 temperature should not be provided or be set to...
another format for the list is [cbor](https://cbor.io/), an ietf standard, that could be compared with msgpack more than with capnproto though
this is supported on the other google gen ai library that really adds to the confusion https://github.com/googleapis/go-genai. This library, github.com/google/generative-ai-go, seem to depend on grpc from com.google.cloud , and even...
@WhitWaldo the protos are in this PR https://github.com/dapr/dapr/pull/8829, but there is no review on them yet
yes, @WhitWaldo things will probably change, so better to wait