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

Why am I getting an empty string for any response? #9

Open
MotorCityCobra opened this issue Dec 25, 2023 · 2 comments
Open

Why am I getting an empty string for any response? #9

MotorCityCobra opened this issue Dec 25, 2023 · 2 comments

Comments

@MotorCityCobra
Copy link

claude = Claude(cookie)
Found old conversations, using the most recent one

claude.create_new_conversation()
New Conversation Created

prompt = 'What city should I visit in Florida?'
response=claude.get_answer(prompt)
print(response)

response
''

@Algoroxyolo
Copy link

Me too! looking forward to solutions!

@eakubilo
Copy link

eakubilo commented Mar 6, 2024

this package works for me: https://github.com/AshwinPathi/claude-api-py

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

3 participants