AlwaysReddy
AlwaysReddy is a LLM voice assistant that is always just a hotkey away.
파일 탐색기
최종 버전 다운로드 (.zip)- main.py
- main.py
- main.py
- main.py
- base_action.py
- temp_files_live_here.txt
- __init__.py
- autohotkey_handler.py
- input_handler.py
- pynput_handler.py
- __init__.py
- anthropic_client.py
- base_client.py
- gemini_client.py
- groq_client.py
- lm_studio_client.py
- ollama_client.py
- openai_client.py
- openrouter_client.py
- perplexity_client.py
- tabbyapi_client.py
- togetherai_client.py
- en_en_US_hfc_female_medium_en_US-hfc_female-medium.onnx.json
- en_US-hfc_female-medium.onnx
- faster_whisper_requirements.txt
- requirements.txt
- transformer_whisper_requirements.txt
- installpipertts.py
- rebuild_config.py
- startup_script.bat
- recording-cancel.wav
- recording-end.wav
- recording-start.wav
- __init__.py
- clipboard.py
- time.py
- window_title.py
- __init__.py
- chat_prompt.py
- default_prompt.py
- faster_whisper_client.py
- openai_client.py
- transformers_whisper_client.py
- __init__.py
- mac_tts_client.py
- openai_tts_client.py
- piper_tts_client.py
- chat.py
- clipboard_utils.py
- prompt.py
- soundfx.py
- utils.py
- .env.example
- .gitattributes
- .gitignore
- audio_recorder.py
- completion_manager.py
- config_default.py
- config_loader.py
- image_supported_models.json
- LICENSE
- main.py
- README.md
- setup.py
- transcription_manager.py
- tts_manager.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ILikeAI/AlwaysReddy
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd AlwaysReddy
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install torch==1.12.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install torch==1.12.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
