langwhat
1.0.0
Responda "O que é?" na linha de comando com o poder de grandes modelos de linguagem (LLMS).
Versão pywhat llm, aproveitando a API OpenAI e Sydney (bate -papo Bing AI).
langwhat ' f7316ffccd4d2d555a7522328cf792dd73bfbcd9 '
langwhat ' f7316ffccd4d2d555a7522328cf792dd73bfbcd9 ' --zh
Sydney consertou meu tipo "Casado" automaticamente.
langwhat ' marry ball washington ' -s
langwhat ' marry ball washington ' -s -z
As respostas são muito mais rápidas quando o cache acerta e o uso do token se torna 0.
Observe que Sydney não suporta o uso de token de contagem e sempre mostra 0.
lw teddy --show-token-usage
lw teddy --show-token-usage
~/.config/langwhat/api_key.txt-sEste é o método de instalação recomendado.
$ 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