Hassassistant / openai_response

Custom component to integrate OpenAI's ChatGPT into Home Assistant
71 stars 15 forks source link

Fetch Response from Google Bard/Generative AI MakerSuite API #14

Open User873902 opened 1 year ago

User873902 commented 1 year ago

Feel free to disregard this inquiry:

I was wondering if anyone had done any modifications of this project to fetch the response from Google Bard's generative language client MakeSuite API PaLM2 as an alternative to OpenAI's GPT LLMs.

One advantage is that the Google LLM API is in public preview and does not yet bill per use. I have not wanted to share billing information with OpenAI for anticipated low volume use.

User873902 commented 1 year ago

Nevermind. Please ignore: 2023.7 release is anticipated to implement conversation.process allowing you to ask Assist a command or question, and get a response back.