I would like to use a customized large language model in appian.(I am not asking about official connected systems created by openai or appian)I know it is possible to use LLM through API in Appian, but is there any way to implement LLM in Appian? I suppose it might be a bit difficult since you can't use Python in Appian.
Discussion posts and replies are publicly visible
You might be able to do that by writing a Java plugin. But I am not sure whether this is a good idea when thinking about the required resources in terms of CPU/GPU/RAM/DISK.
No other way than to use APIs IMO.
Thank you for your reply! Ok, you are saying java might be a narural language to work with in Appian, but it might not be a good idea because there might not be enough memory or disk space for LLM. Thank you!
Thank you for your reply! I would follow your advice and go with API, I guess!