]> git.basschouten.com Git - openhab-addons.git/commit
[chatgpt] Initial contribution of the ChatGPT binding (#14809)
authorKai Kreuzer <kai@openhab.org>
Fri, 21 Apr 2023 10:09:53 +0000 (12:09 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Apr 2023 10:09:53 +0000 (12:09 +0200)
commitbb10740d3f713f5d46302610ebf9e77a1e4c2099
treefb612afb2921a4c6cc40df5d31afca45c142c7a5
parentbf979a4548db94895f05871eb271ed48845566a6
[chatgpt] Initial contribution of the ChatGPT binding (#14809)

* Initial contribution of the ChatGPT binding

Signed-off-by: Kai Kreuzer <kai@openhab.org>
17 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.chatgpt/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/README.md [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/java/org/openhab/binding/chatgpt/internal/ChatGPTBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/java/org/openhab/binding/chatgpt/internal/ChatGPTChannelConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/java/org/openhab/binding/chatgpt/internal/ChatGPTConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/java/org/openhab/binding/chatgpt/internal/ChatGPTHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/java/org/openhab/binding/chatgpt/internal/ChatGPTHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/java/org/openhab/binding/chatgpt/internal/ChatGPTModelOptionProvider.java [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/java/org/openhab/binding/chatgpt/internal/dto/ChatResponse.java [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/resources/OH-INF/addon/addon.xml [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/resources/OH-INF/i18n/chatgpt.properties [new file with mode: 0644]
bundles/org.openhab.binding.chatgpt/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml