LaphaeL aicmd
1.0.0
aicmd
입력하세요.locales
파일이 추가되었습니다.~/.config
폴더로 이동했습니다.LaphaeL-aicmd
로 변경되었습니다./help
입력 시 인쇄되는 도움말 문서가 개선되었습니다.경고
다음 명령을 사용하여 시를 설치합니다. pip install poetry
환경 변수를 추가합니다.
echo ' export PATH="$HOME/.local/bin:$PATH" ' >> ~ /.bashrc
source ~ /.bashrc
시를 실행하고 종속 항목을 설치합니다.
cd /path/to/this/project/on/your/computer
poetry shell
poetry install
매번 프로그램을 실행하기 전에 poetry shell
로 시를 시작해야 합니다.
pip install -q -U google-generativeai
pip install openai
pip install toml
nano ~/.bashrc
alias aicmd="python3 /path/to/this/program/LaphaeL-aicmd/main.py"
source ~/.bashrc
aicmd
입력하여 프로그램을 시작하세요. ~/.config/LaphaeLaicmd/data/AI_settings.toml
파일(프로그램이 처음 실행된 후 생성됨)을 엽니다.
[prompt](text)
및 [custom_instruct](text)
변경하세요.[info](select_ai)
변경하세요. (기본값은 ChatGPT, Gemini도 지원됩니다.)[info_your-select-ai](api_key)
변경하여 API 키를 설정하세요 (필수)[info_your-select-ai](model)
변경하세요(기본값은 gpt-4o). [Y/n]
으로 사용자 확인이 필요합니다(Enter를 눌러도 실행됨). 팁
help me install Chrome
입력해 보세요. create a folder on the desktop
. help me solve this problem
. what is my graphics card model?
/
또는 /help
또는 /帮助
/exit
또는 /退出
/content
또는 /内容
/clear
또는 /清空
/cmd example
문제가 발생하면 GitHub 문제를 통해 알려주시기 바랍니다. Github 문제 페이지로 이동하려면 클릭하세요.