I've added the ability to set an explicit model. I missed that in the previous patch.
This patch includes a check for the service provider selected and returns the explicit model provided if you're using Azure OpenAI.
Modified patch to include correct variable on submit handler
Here's a patch for the api settings form to allow provider selection. The patch also adds a conditional client based on the service provider.
That said, I'm not working with a typical Azure OpenAI implementation and don't know if this will work for everyone.
If you have any trouble with this patch, share your issues here and maybe I can help.
New patch for 2.0.x based on #9.
Patch to address "Call to a member function isAuthenticated() on null"
- if ($node->getOwner()->isAuthenticated()) {
+ if ($node->getOwner() && $node->getOwner()->isAuthenticated()) {
SiliconValet β created an issue.
Old issue but same source. Patch can be found here:
https://www.drupal.org/project/calendar_link/issues/3392784#comment-1530...
π
calendar_link() fails silently if date is string but can't be parsed
Active
Fixed missing closing bracket and formatting.
Patch attached of #18 solution
Patch attached!
SiliconValet β created an issue.
#11 worked for me!
"For web distributions, you can choose whether you want CloudFront to forward query strings to your origin and, if so, whether to cache your content based on all parameters or on selected parameters. By default, Cloudfront does not forward query strings, to improve the cache hit rate."
https://stackoverflow.com/questions/54965779/how-to-configure-query-para...
Works on 2.0.6 as well.
SiliconValet β created an issue.
#5 Patch wasn't applying for me on 3.0.0-alpha2. Re-rolled patch based on merge request provided by @mmbk.
I've attached a patch that will exclude the boost config from UI as well as remove boost from properties on the mapping config.