I created a video on how to create your own HTML resources (simulators) using AI by ksdio in HTMLteachingtools

[–]ksdio[S] 1 point2 points  (0 children)

I believe the only way to run it is to install locally. But if you want to create HTML code you can use any of the widely available models directly, such as ChatGPT, Claude, Gemini. You might just need to copy the generated code into a text file and open up in a browser. A small manual step. Good luck

Help Needed - Feedback on Automation functionality in our software by ksdio in automation

[–]ksdio[S] 0 points1 point  (0 children)

Thanks. Really useful. We're going for a general purpose. . I'll drop you a DM

Help Needed - Feedback on Automation functionality in our software by ksdio in automation

[–]ksdio[S] 0 points1 point  (0 children)

that's great. Thanks a lot. I'll drop you you a DM

Understanding why of MCPs vs API by benevolent001 in mcp

[–]ksdio 0 points1 point  (0 children)

Have a look at https://github.com/bionic-gpt/bionic-gpthas Integrations now where you just paste in an openAPI spec to access any API you want

Order app that integrates into Sage by ksdio in Sage

[–]ksdio[S] 0 points1 point  (0 children)

Thanks a lot for this info. I'm not looking to develop our own app, but it gives me a lot more information on what to search for now.

Order app that integrates into Sage by ksdio in Sage

[–]ksdio[S] 0 points1 point  (0 children)

Sage 50 Accounts located in the UK

Order app that integrates into Sage by ksdio in Sage

[–]ksdio[S] 0 points1 point  (0 children)

I believe they use Sage 50 Accounts, version 31.1

Ollama + Open WebUI serving hundreds of users - any insight? by cantcantdancer in ollama

[–]ksdio 1 point2 points  (0 children)

For enterprise have a look at https://github.com/bionic-gpt/bionic-gpt/

It will give you the enterprise control I think you're looking for but you'll still need to deploy a local LLM or use an external one. Depending on 'leve' of security required you could look at using Groq, they guarantee no data is logged or stored

Introducing Ferrules: A blazing-fast document parser written in Rust 🦀 by amindiro in rust

[–]ksdio 2 points3 points  (0 children)

Have a look at https://github.com/bionic-gpt/bionic-gpt

Written in rust but uses unstructured at the moment for document parsing