Skip to content

Instantly share code, notes, and snippets.

View anastabiti's full-sized avatar
🎯
Focusing

Anas TABITI anastabiti

🎯
Focusing
View GitHub Profile
@anastabiti
anastabiti / gist:72c6ca2668ed7c693092074c7c110c82
Created September 1, 2024 08:40
Top Free AI Platforms: Access Claude 3.5, Sonnet, GPT-4o, and More
# 1- https://chat.hix.ai/
# 2-https://anakin.ai/
you can access these and more on https://anakin.ai/:
GPT-3.5 Turbo
GPT-3.5 Turbo 16K
GPT-4o
GPT-4o 128K
GPT-4o mini
GPT-4 Turbo
@anastabiti
anastabiti / gist:e3d26ef96fd36025ba4089c4a452a51f
Last active September 2, 2024 09:12
Download a large file from google drive by curl in a linux terminal , and bypass "file exceeds the maximum file size that Google can scan."
copy the id of the file and its name
curl -L -o FullFileNameWithExtension "https://drive.usercontent.google.com/download?id=exampleid&export=download&confirm=yes"