# Show GN: LLM을 이용한 git commit 메시지 자동 작성 툴

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=13097](https://news.hada.io/topic?id=13097)
- GeekNews Markdown: [https://news.hada.io/topic/13097.md](https://news.hada.io/topic/13097.md)
- Type: show
- Author: [joone](https://news.hada.io/@joone)
- Published: 2024-01-29T16:15:25+09:00
- Updated: 2024-01-29T16:15:25+09:00
- Original source: [github.com/joone](https://github.com/joone/loz)
- Points: 10
- Comments: 0

## Topic Body

안녕하세요. 거의 1년전에 loz라는 툴을 여기에 공유한적 있습니다.  
https://news.hada.io/topic?id=8594  
  
당시에는 OpenAI API기반으로 유닉스 pipe와 연동해서 여러가지 기능을 수행하는 툴이였는데, git commit 메시지 작성도 지원했습니다. 이번 업데이트에서는 [ollama](https://github.com/ollama/ollama)를 지원해서 원하는 LLM 모델을 로컬에 쉽게 설치해서 사용해볼 수 있습니다.  
  
제가 테스트해본 것은 Llama2와 Code Llama인데 로컬에서 잘 동작합니다. ollama는 llama-cpp를 기반으로 동작하므로 GPU가 없어도 사용할 수 있습니다.  
  
참고로 loz project 대부분의 git commit message는 gpt-3.5-turbo와 code llama를 통해 작성되었습니다.  
  
현재 우분투 22.04에서 테스트했습니다. 맥에서도 잘될겁니다. 사용해보시고 버그나 아이디어 있으면 알려주시가 바랍니다.

## Comments



_No public comments on this page._
