langwhat
1.0.0
回答“這是什麼?”在命令行上,具有大型語言模型(LLMS)的力量。
Py What What LLM版本,利用Openai API和Sydney(Bing AI聊天)。
langwhat ' f7316ffccd4d2d555a7522328cf792dd73bfbcd9 '
langwhat ' f7316ffccd4d2d555a7522328cf792dd73bfbcd9 ' --zh
悉尼自動修復了我的“嫁給”類型。
langwhat ' marry ball washington ' -s
langwhat ' marry ball washington ' -s -z
響應命中時,響應速度要快得多,而令牌用法變為0。
請注意,悉尼不支持計數令牌用法,並且總是顯示0。
lw teddy --show-token-usage
lw teddy --show-token-usage
~/.config/langwhat/api_key.txt上支持通過環境變量或配置文件提供API密鑰-s標誌這是推薦的安裝方法。
$ pipx install langwhat
# python 3.11 or higher is required, if your pipx uses a lower version of python by default,
# you could run the following command to install langwhat with python 3.11
# pipx install --python "$(which python3.11)"
$ pip install langwhat
$ langwhat --help
usage: lw [-h] [-z] [-s] [-C] [--show-token-usage] [-V] what
positional arguments:
what what is it
options:
-h, --help show this help message and exit
-z, --zh Use Mandarin to prompt and answer
-s, --sydney Use Sydney (Bing AI) instead of OpenAI
-C, --no-cache Disable cache
--show-token-usage Show token usage
-V, --version show program's version number and exit
$ git clone https://github.com/tddschn/langwhat.git
$ cd langwhat
$ poetry install