- 1단계: Ollama를 설치하고 호환 가능한 로컬 LLM을 구성하세요.
- 2단계: echoOLlama 저장소를 클론하세요: git clone https://github.com/theboringhumane/echoOLlama.git
- 3단계: 디렉토리로 이동하세요: cd echoOLlama
- 4단계: 종속성을 설치하거나(필요한 경우) 스크립트를 실행 가능하게 만드세요.
- 5단계: echoOLlama를 실행하세요: ./echoOLlama --model llama2 --prompt "여기에 프롬프트 입력"
- 6단계: 응답을 관찰하고 필요에 따라 추가 프롬프트를 연결하세요.