jflam/chat-gpt-jupyter-extension

response is incomplete

jonschull opened this issue · 3 comments

Wonderful but responses are stopping after about 5 lines e.g.,
ChatGPT - Complete Code


Here is the completed code (which is Python):

import re
import requests
from geopy.geocoders import Nominatim

def places(properNames):
    """use Nominatim to find place names in properNames
    """
    geolocator = Nominatim(user

I'm facing the same issue. After 15-16 seconds the response is stopped. Tried it both on Chrome and Edge and both have that time window for stopping the response.

I had the same issue. I tried to run the Markdown cell (The cell in which you ask your question from ChatGPT) by clicking the "Send to ChatGPT" icon at the top of the Jupyter window (beside the withdrawal panel to select Cell/Markdown/Heading/etc.)

This is a very useful extension.
For me, besides facing the same issue as above, could you kindly explain: will the down/up scroll bar appear in the response box if the response length exceeds a certain amount? or is there a way to save the output to a list other than directly to the textbox?
Thanks for the answer!