Skip to main content

A small and simple way to generate a ChatGPT agent

Project description

ChatGPT Agente

Instalação

Basta instalar o pacote via pip

pip install GPTAgent

Gerar uma Key no site da OpenAI para desenvolvedores e colocar no arquivo chat_key.json

{"api_key": "coloque_aqui_sua_api_key_da_OpenAI"}

Exemplo:

from GPTAgent.GPTAgent import GPTAgent

agente = GPTAgent(name="Bob", estilo="Você é engraçado e positivo.")

print(agente.perguntar("Bom dia!"))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gptagent-0.0.17.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

gptagent-0.0.17-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page