├── .gitattributes ├── .gitignore ├── LICENSE ├── Readme.md ├── readme_assets ├── df-badge.svg └── plugin-badge.svg └── stickers ├── agents-md.png ├── agents-md.svg ├── ai-domain.png ├── ai-domain.svg ├── anthropic.png ├── anthropic.svg ├── apple-intelligence-delay.png ├── apple-intelligence-delay.svg ├── bg-indigo-500.png ├── bg-indigo-500.svg ├── bouncing-ball-test.png ├── bouncing-ball-test.svg ├── claude-code.png ├── claude-code.svg ├── closeai.png ├── closeai.svg ├── coming-weeks.png ├── coming-weeks.svg ├── deepseek-aha.png ├── deepseek-aha.svg ├── deepseek.png ├── deepseek.svg ├── gemini.png ├── gemini.svg ├── ghibli.png ├── ghibli.svg ├── google-translate.png ├── google-translate.svg ├── gpt-trademark.png ├── gpt-trademark.svg ├── gpt-tradmark.svg ├── grok.png ├── grok.svg ├── human-coded-1.svg ├── human-coded.png ├── human-coded.svg ├── mlx.png ├── mlx.svg ├── ollama.png ├── ollama.svg ├── pelican.png ├── pelican.svg ├── pliny.png ├── pliny.svg ├── rag-dead-alive.png ├── rag-dead-alive.svg ├── strawberry.png ├── strawberry.svg ├── tab.png ├── tab.svg ├── vibe-pr.png ├── vibe-pr.svg ├── yc.png └── yc.svg /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/Readme.md -------------------------------------------------------------------------------- /readme_assets/df-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/readme_assets/df-badge.svg -------------------------------------------------------------------------------- /readme_assets/plugin-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/readme_assets/plugin-badge.svg -------------------------------------------------------------------------------- /stickers/agents-md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/agents-md.png -------------------------------------------------------------------------------- /stickers/agents-md.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/agents-md.svg -------------------------------------------------------------------------------- /stickers/ai-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/ai-domain.png -------------------------------------------------------------------------------- /stickers/ai-domain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/ai-domain.svg -------------------------------------------------------------------------------- /stickers/anthropic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/anthropic.png -------------------------------------------------------------------------------- /stickers/anthropic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/anthropic.svg -------------------------------------------------------------------------------- /stickers/apple-intelligence-delay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/apple-intelligence-delay.png -------------------------------------------------------------------------------- /stickers/apple-intelligence-delay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/apple-intelligence-delay.svg -------------------------------------------------------------------------------- /stickers/bg-indigo-500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/bg-indigo-500.png -------------------------------------------------------------------------------- /stickers/bg-indigo-500.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/bg-indigo-500.svg -------------------------------------------------------------------------------- /stickers/bouncing-ball-test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/bouncing-ball-test.png -------------------------------------------------------------------------------- /stickers/bouncing-ball-test.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/bouncing-ball-test.svg -------------------------------------------------------------------------------- /stickers/claude-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/claude-code.png -------------------------------------------------------------------------------- /stickers/claude-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/claude-code.svg -------------------------------------------------------------------------------- /stickers/closeai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/closeai.png -------------------------------------------------------------------------------- /stickers/closeai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/closeai.svg -------------------------------------------------------------------------------- /stickers/coming-weeks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/coming-weeks.png -------------------------------------------------------------------------------- /stickers/coming-weeks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/coming-weeks.svg -------------------------------------------------------------------------------- /stickers/deepseek-aha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/deepseek-aha.png -------------------------------------------------------------------------------- /stickers/deepseek-aha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/deepseek-aha.svg -------------------------------------------------------------------------------- /stickers/deepseek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/deepseek.png -------------------------------------------------------------------------------- /stickers/deepseek.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/deepseek.svg -------------------------------------------------------------------------------- /stickers/gemini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/gemini.png -------------------------------------------------------------------------------- /stickers/gemini.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/gemini.svg -------------------------------------------------------------------------------- /stickers/ghibli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/ghibli.png -------------------------------------------------------------------------------- /stickers/ghibli.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/ghibli.svg -------------------------------------------------------------------------------- /stickers/google-translate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/google-translate.png -------------------------------------------------------------------------------- /stickers/google-translate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/google-translate.svg -------------------------------------------------------------------------------- /stickers/gpt-trademark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/gpt-trademark.png -------------------------------------------------------------------------------- /stickers/gpt-trademark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/gpt-trademark.svg -------------------------------------------------------------------------------- /stickers/gpt-tradmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/gpt-tradmark.svg -------------------------------------------------------------------------------- /stickers/grok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/grok.png -------------------------------------------------------------------------------- /stickers/grok.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/grok.svg -------------------------------------------------------------------------------- /stickers/human-coded-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/human-coded-1.svg -------------------------------------------------------------------------------- /stickers/human-coded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/human-coded.png -------------------------------------------------------------------------------- /stickers/human-coded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/human-coded.svg -------------------------------------------------------------------------------- /stickers/mlx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/mlx.png -------------------------------------------------------------------------------- /stickers/mlx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/mlx.svg -------------------------------------------------------------------------------- /stickers/ollama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/ollama.png -------------------------------------------------------------------------------- /stickers/ollama.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/ollama.svg -------------------------------------------------------------------------------- /stickers/pelican.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/pelican.png -------------------------------------------------------------------------------- /stickers/pelican.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/pelican.svg -------------------------------------------------------------------------------- /stickers/pliny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/pliny.png -------------------------------------------------------------------------------- /stickers/pliny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/pliny.svg -------------------------------------------------------------------------------- /stickers/rag-dead-alive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/rag-dead-alive.png -------------------------------------------------------------------------------- /stickers/rag-dead-alive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/rag-dead-alive.svg -------------------------------------------------------------------------------- /stickers/strawberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/strawberry.png -------------------------------------------------------------------------------- /stickers/strawberry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/strawberry.svg -------------------------------------------------------------------------------- /stickers/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/tab.png -------------------------------------------------------------------------------- /stickers/tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/tab.svg -------------------------------------------------------------------------------- /stickers/vibe-pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/vibe-pr.png -------------------------------------------------------------------------------- /stickers/vibe-pr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/vibe-pr.svg -------------------------------------------------------------------------------- /stickers/yc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/yc.png -------------------------------------------------------------------------------- /stickers/yc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fenxer/llm-things/HEAD/stickers/yc.svg --------------------------------------------------------------------------------