Use OpenAI API to make two GPT bots talk to each other

Posted on Fri 05 May 2023 in Development • Tagged with python, development, chatgpt, openai, artificial, intelligence, machine, learning, tutorial, howto, api

Use OpenAI API to make two GPT bots talk to each other


Continue reading

HowTo use OpenAI API for ChatGPT in Python

Posted on Mon 17 April 2023 in Development • Tagged with python, development, chatgpt, openai, artificial, intelligence, machine, learning, tutorial, howto, api

How to use the OpenAI API for ChatGPT in Python


Continue reading

Ignoring hosts with python vcr when writing tests with pytest and generating cassettes

Posted on Fri 02 December 2022 in Development • Tagged with python, development, python-vcr, programming, tests, pytest, vcr

How to ignore hosts with python vcr when writing tests with pytest and generating cassettes


Continue reading

Using pyenv and pyenv-virtualenv to install Python and create a virtual environment on MacOS

Posted on Sat 29 January 2022 in Development • Tagged with python, development, pyenv, virtualenv, pyenv-virtualenv, environment, python310, programming, pip, macos, install, version

How to use pyenv and pyenv-virtualenv to install a specific version of Python and create a virtual environment with that version on MacOS


Continue reading