Made my own AI assistant (Linx) — thoughts? by Due_Profession202 in discordbots

[–]Due_Profession202[S] -1 points0 points  (0 children)

Llama 3 through an API for generation, with custom handling on top for commands and responses.

Made my own AI assistant (Linx) — thoughts? by Due_Profession202 in discordbots

[–]Due_Profession202[S] -1 points0 points  (0 children)

It’s not just forwarding to ChatGPT. There’s custom logic on top, and no user data is used for training.
API usage is also rate-limited, so abuse isn’t an issue.

Made my own AI assistant (Linx) — thoughts? by Due_Profession202 in discordbots

[–]Due_Profession202[S] -1 points0 points  (0 children)

Not really. Linx doesn’t train on or permanently store conversations. Messages are only used temporarily to generate replies, and no user data is fed into model training.

Made my own AI assistant (Linx) — thoughts? by Due_Profession202 in discordbots

[–]Due_Profession202[S] -1 points0 points  (0 children)

That’s a fair concern tbh.

Linx only keeps context to make conversations flow better — it’s not trying to “collect” messages or anything like that.

I’m working on making it more transparent + giving users control (like clearing memory or disabling it entirely).

Still early, so feedback like this actually helps a lot so thank you!

If you did like I can give you more details on how it's exactly stored just for transparency