jupytee icon indicating copy to clipboard operation
jupytee copied to clipboard

Experimental playground with Jupyter magics to use OpenAI's GPT-3 models inside Jupyter environments.

Results 2 jupytee issues
Sort by recently updated
recently updated
newest added

I was wondering if you had plans to implement selecting a specific model, so users can switch between GPT-3.5 and GPT-4.

Thanks for creating jupytee, this is an impressive tool! And I want to suggest an idea: The chat could happen directly in cells with the following code pattern. ```python import...