Skip to content

Instantly share code, notes, and snippets.

View trchopan's full-sized avatar
🎯
Focusing Langchain framework and building infrastructure for running Local LLMs

Chop Tr trchopan

🎯
Focusing Langchain framework and building infrastructure for running Local LLMs
View GitHub Profile
@trchopan
trchopan / emojify
Created January 25, 2019 10:47
sed my git with emojis :D
#!/bin/bash
sed -e "s/:hammer:/🔨/g" $1 \
| sed "s/:sparkles:/✨/g" \
| sed "s/:bug:/🐛/g" \
| sed "s/:books:/📚/g" \
| sed "s/:clipboard:/📋/g" \
| sed "s/:white_check_mark:/✅/g" \
| sed "s/:zap:/⚡️/g" \
| sed "s/:boom:/💥/g" \
{
"editor.rulers": [ 80 ],
"editor.fontSize": 15,
"editor.tabSize": 2,
"terminal.integrated.fontSize": 13,
"editor.parameterHints": false,
"search.smartCase": true,
"git.autofetch": true,
"git.confirmSync": false,
"window.zoomLevel": 0,