Hi Team,
We have a custom GenAI platform in my company with custom chat completions API. Is there an interface component available in Appian that provides chat like UI? Or how can we design one?
The chatBOT component available on marketplace require an OpenAI URL or API Key. It has no possibility of accepting my custom GENAI API URL and key.
Thanks
Bihitak
Discussion posts and replies are publicly visible
There isn't any component available for this. You will have to create something using a combination of columns, cards, and input fields.
Here is one of the chat screens I created on Appian - www.linkedin.com/.../harshitbumb_appian-openai-chatgpt-activity-7027625628388462592-6V1J
I did the same approach like Harshit Bumb (Appyzie) several times. The only drawback is, that you cannot make Appian scroll down automatically, so I changed the order of messages, showing the new message on top. But that might, or might not be an issue in your specific use case.