Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update!: Add AI chat recommendations #2525

Open
wants to merge 109 commits into
base: main
Choose a base branch
from
Open

Conversation

I-I-IT
Copy link
Contributor

@I-I-IT I-I-IT commented Apr 14, 2024

Need feedback on criteria, including reasonable rate limit. For the header, I will try to find how to upload the assets.

Feel free to add how to run AI models locally, with LM studio for example.

Changes proposed in this PR:

  • I have disclosed any relevant conflicts of interest in my post.
  • I agree to grant Privacy Guides a perpetual, worldwide, non-exclusive, transferable, royalty-free, irrevocable license with the right to sublicense such rights through multiple tiers of sublicensees, to reproduce, modify, display, perform, relicense, and distribute my contribution as part of this project.
  • [ X] I am the sole author of this work.
  • [ X] I agree to the Community Code of Conduct.

Need feedback on criteria, including reasonable rate limit. For the header, I will try to find how to upload the assets.

Feel free to add how to run AI models locally, with LM studio for example.

Signed-off-by: TechFanTheo <[email protected]>
@privacyguides-bot
Copy link
Collaborator

This pull request has been mentioned on Privacy Guides. There might be relevant details there:

https://discuss.privacyguides.net/t/adding-a-new-category-about-ai-chatbots/17860/1

Copy link

github-actions bot commented Apr 14, 2024

Your preview is ready!

Name Link
🔨 Latest commit 160be73
😎 Preview https://2525--glowing-salamander-8d7127.netlify.app/

@dngray dngray added c:providers service providers and similar centralized/federated services pr:missing discussion PRs which add recommendations which have not yet been discussed labels Apr 14, 2024
@privacyguides-bot
Copy link
Collaborator

This pull request has been mentioned on Privacy Guides. There might be relevant details there:

https://discuss.privacyguides.net/t/ai-tool/14347/9

@I-I-IT
Copy link
Contributor Author

I-I-IT commented Apr 16, 2024

Relevant discussion : https://discuss.privacyguides.net/t/ai-tool/14347/16

And simplifications and clarifications

Signed-off-by: TechFanTheo <[email protected]>
Had deleted some links by mistake

Signed-off-by: TechFanTheo <[email protected]>
docs/ai-chatbots.md Outdated Show resolved Hide resolved
title : "AI Chatbots"
icon: file/file
description: Unlike OpenAI ChatGPT and it's successors, those AI Chatbots do not train their models using your conversations.
cover:file/file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cover:file/file
cover: ai-chatbots.webp

I recommend this image: https://unsplash.com/photos/a-robot-holding-a-gun-next-to-a-pile-of-rolls-of-toilet-paper-YeoSV_3Up-k

If you find a better one, then use it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just think we should change the name of this category AI Chat as it is the standard name used by every AI product. Also, I personally prefer this image as it is more clear that this is "talking robots "
https://unsplash.com/photos/a-white-robot-with-blue-eyes-and-a-laptop--0xMiYQmk8g

@I-I-IT I-I-IT changed the title Create ai-chatbots.md Create ai-chat.md Apr 24, 2024
I-I-IT and others added 2 commits April 24, 2024 12:35
Co-authored-by: rollsicecream <[email protected]>
Signed-off-by: TechFanTheo <[email protected]>
Signed-off-by: TechFanTheo <[email protected]>
Copy link
Contributor

@rollsicecream rollsicecream left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why but the page is entirely broken for me.
Capture d’écran du 2024-04-24 22-20-00
Capture d’écran du 2024-04-24 22-20-06
Capture d’écran du 2024-04-24 22-20-11

Note: icon might need to be fixed but having "icon: :material-chat:" was breaking the code due to the double colons (:)

Signed-off-by: TechFanTheo <[email protected]>
@I-I-IT
Copy link
Contributor Author

I-I-IT commented Apr 27, 2024

I commited a patch, it seem to work, although we still have to add logo and add the Kobold icon to the PG assets repo. (The screenshot is broken, but the page isn't).
I also have some concerns, that I outline on the forum post

Screenshot Recommended AI Chatbots Private ChatGPT Alternatives - Privacy Guides

Replaced the bullet points lists with actual constructed sentences.

Signed-off-by: TechFanTheo <[email protected]>
@privacyguides-bot
Copy link
Collaborator

This pull request has been mentioned on Privacy Guides. There might be relevant details there:

https://discuss.privacyguides.net/t/add-ai-chat-tools/14347/30

docs/ai-chatbots.md Outdated Show resolved Hide resolved
</details>
</div>
Brave Leo supports a range of models, including open-source models from Meta and Mixtral and closed-source models from Anthropic. Brave host the open models and do not retain chat or train on the data from those models. For Claude models, Brave proxies your chats through their servers,and the agreement between Brave and Anthropic states that chats are to be deleted after 30 days and that 'personal data' isn't used for training. Leo AI is available on the Brave Browser on all platforms. There is a strict rate limit for most models, but there is 1 free model whith an high-rate limit.

Copy link

@navalspectator navalspectator May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT4ALL
Website: https://gpt4all.io/
Logo: https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-chat/icons/logo-1024.png

GPT4All is an awesome free-to-use, locally running, privacy-aware chatbot developed by nomic.ai. After you install the app and download the models you want to use, it does not require access to the internet. Depending on your device RAM and storage, you can use a variety of open source models. It is available on Linux, Windows, and MacOS.

Telemetry, and the use of your chats for training purposes are opt-in and we do not suggest to activate those.

There is also LLamaChat, but apart from its UI, I dont see any reason to suggest it: https://www.llamachat.app/

I changed the criteria so they are way more strict. Basically, the baseline is now only short retention of your chats, with a certainty that third-party will respect this. DuckDuckGo will be removed unless they clarify whether their open-source models satisfy criterias.

Signed-off-by: Triple T <[email protected]>
test good build page


Signed-off-by: Triple T <[email protected]>
Signed-off-by: Triple T <[email protected]>
Signed-off-by: Triple T <[email protected]>
test to fix bad page look

Signed-off-by: Triple T <[email protected]>
Signed-off-by: Triple T <[email protected]>
@freddy-m freddy-m closed this Jun 6, 2024
@I-I-IT
Copy link
Contributor Author

I-I-IT commented Sep 16, 2024

@xe-3 Dix you look at the rest ?

@xe-3
Copy link
Contributor

xe-3 commented Sep 16, 2024

@xe-3 Dix you look at the rest ?

Sorryl. I was holding off briefly because some developments on the local side have been happening in recent weeks, and then I just got distracted and dropped the ball. No promises, but I think I can look it over today.

Copy link
Contributor

@xe-3 xe-3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes for you to consider, plus one typo.

docs/ai-chatbots.md Outdated Show resolved Hide resolved
docs/ai-chatbots.md Outdated Show resolved Hide resolved
docs/ai-chatbots.md Outdated Show resolved Hide resolved
I-I-IT and others added 3 commits September 18, 2024 18:34
Co-authored-by: xe3 <[email protected]>
Signed-off-by: Triple T <[email protected]>
Co-authored-by: xe3 <[email protected]>
Signed-off-by: Triple T <[email protected]>
Co-authored-by: xe3 <[email protected]>
Signed-off-by: Triple T <[email protected]>
@I-I-IT
Copy link
Contributor Author

I-I-IT commented Sep 25, 2024

I approved x3 changes.

@rollsicecream could you look at the current preview ? It is quite good now, compared to a few months ago.

I-I-IT and others added 8 commits October 18, 2024 16:01
Co-authored-by: xe3 <[email protected]>
Signed-off-by: Triple T <[email protected]>
Signed-off-by: Triple T <[email protected]>
Surveillance capitalism since AI corps use your data to improve the models, and Big Tech probably also sells your data.
Avoidng censorship since local models allow you to have true info even in authoritarian regime with censored models (China) and also allow you to use models without political corectness.s

Signed-off-by: Triple T <[email protected]>
@rollsicecream
Copy link
Contributor

@rollsicecream could you look at the current preview ? It is quite good now, compared to a few months ago.

Yeah, you're right on that! Though just 3 things to fix:

  • The DuckDuckGo AI PNG doesn't seem like to have the best image quality on the world lol
  • Same thing for Ollama
  • On the DuckDuckGo AI recommendation card, "search engine providers" should be rendered as a link with Markdown but doesn't seem to be the case here. Seems like a formatting problem.

@I-I-IT
Copy link
Contributor Author

I-I-IT commented Oct 21, 2024

Thank you for your answers. Let me know what are the future steps that I will need to take.

  • The DuckDuckGo AI PNG doesn't seem like to have the best image quality on the world lol
  • Same thing for Ollama

Both are fixed, I think it was my png to svg comversion that compressed them. I now just put them in png.

  • On the DuckDuckGo AI recommendation card, "search engine providers" should be rendered as a link with Markdown but doesn't seem to be the case here. Seems like a formatting problem.

Is fixed

docs/ai-chatbots.md Outdated Show resolved Hide resolved
docs/ai-chatbots.md Outdated Show resolved Hide resolved
docs/ai-chatbots.md Outdated Show resolved Hide resolved
docs/tools.md Outdated Show resolved Hide resolved
@I-I-IT
Copy link
Contributor Author

I-I-IT commented Oct 24, 2024

So I changed ai-chatbots/ai-chats to AI chat per Google Trends
The files are now ai-chat, and the appeation is AI chat tools
google-trends-ai
2536.png

@rollsicecream I fixed the issues you told me. Is it good for you now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:providers service providers and similar centralized/federated services
Projects
Status: Needs Changes
Development

Successfully merging this pull request may close these issues.

8 participants