Use Cases
Use cases for GenCN-UI
While several use cases are supported one can think of with LLM capabilities, here are specific use cases that we thought of while building GenCN-UI:
Use Cases
Inline AI features
You want to add AI features beyond Conversational AI Features (lets call this inline AI features) in your application.
Freemium / Free LLM model features
You may build application with a free credits model for your users post which you would ask them for subscription. With GenCN-UI, you can now choose to provide choice of on device LLM or bring your own key or upgrade to paid model (Centrally configured by you).
Areas of application where data privacy matters
Wrap your application with GencnUIProvider to use the local LLM APIs and keep your data private.
Good to have features (But left out due to cost of third party API calls)
Check out the AI suggestions / autosuggest in input boxes component which may suggest next actions. Now that would be good to have feature in your application considering the cost of third party API calls. GenCN-UI provides this feature out of the box with local LLM APIs support.

