Lots of troubleshooting and stuff related to OpenAI #1368

This commit is contained in:
CCOSTAN
2024-07-24 05:48:36 +00:00
parent 6a1c81c0cb
commit ca3b3b3360
12 changed files with 5606 additions and 105 deletions

View File

@@ -39,7 +39,7 @@
personarriving: >
{% set person = expand('group.arriving')|map(attribute='name')|join(' and ') %}
{%- macro greeting_sentence(person) -%}
{{ ["[Welcome " ~ person + " home]"] }}
{{"[Welcome " + person + " home]" }}
{%- endmacro -%}
{{greeting_sentence(person)}}