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
啟動poetry
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)
修改AI類型(預設為ChatGPT,也支援Gemini)[info_your-select-ai](api_key)
設定 API key (必須填寫)[info_your-select-ai](model)
以更改 AI 模型(預設為 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 issues 告知我們:點我進入 github issues 頁面