Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

response is incomplete #2

Open
jonschull opened this issue Jan 20, 2023 · 3 comments
Open

response is incomplete #2

jonschull opened this issue Jan 20, 2023 · 3 comments

Comments

@jonschull
Copy link

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

@clapathiotis
Copy link

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.

@afshinebtia
Copy link

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.)

@Trec-Tor
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants