# LLM을 이용한 한줄짜리 Bash 스크립트들

> Clean Markdown view of GeekNews topic #12395. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=12395](https://news.hada.io/topic?id=12395)
- GeekNews Markdown: [https://news.hada.io/topic/12395.md](https://news.hada.io/topic/12395.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-12-18T10:31:01+09:00
- Updated: 2023-12-18T10:31:01+09:00
- Original source: [justine.lol](https://justine.lol/oneliners/)
- Points: 13
- Comments: 1

## Topic Body

- 파일 하나로 LLM을 실행하는 llamafile을 이용해서 유용한 쉘 스크립트를 작성   
- **이미지 요약하기** : 이미지에 대한 설명을 출력 (LLAVA 모델)  
- **파일이름 생성** : 이미지 파일의 내용을 요약해서 파일 이름으로 지정 (LLAVA 모델)  
- **URL 요약** : URL을 넘겨서 웹 페이지의 내용을 요약하기 (Mistral 7B Instruct 모델)  
- **Librarian Chatbot** : 원하는 어조로 대화하는 챗봇 만들기 (오리지널 LLaMA 모델)  
- **코드 자동완성** : Emacs나 Vim에서 현재 라인을 자동 완성하도록 설정 (Wizard Coder 모델)  
- **Email 작성** : Rocket 3b 모델로 메일 내용 자동 작성

## Comments



### Comment 21480

- Author: xguru
- Created: 2023-12-18T10:32:01+09:00
- Points: 1

[llamafile - 단일 파일로 LLM 배포 및 실행 하기](https://news.hada.io/topic?id=12155)
