1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/openai_conversation/icons.json
Tim Laing 13b6cfa438 Add generate content service for OpenAI to match Google AI (#122818)
* Aded Generate Content Service for OpenAI to match Google AI

* Fixed code for commit checks

* Addressed code review comments

* Address review comments

* Addressed @balloob review comments.

* Address futher review comments from @balloob
2025-03-14 22:54:49 -04:00

11 lines
157 B
JSON

{
"services": {
"generate_image": {
"service": "mdi:image-sync"
},
"generate_content": {
"service": "mdi:receipt-text"
}
}
}