Gull Pavon

Results 3 issues of Gull Pavon

When I try to access the response from the ```send_message``` method in a loop, I am receiving a TypeError stating that string indices must be integers, not 'str'. Here is...

I'm unable to make a connection due to the requirement of a proxy. Is there a way to input a proxy when connecting to Snowflake via the Snowflake Driver for...

Here is my code trying to instantiate this Claude API ``` from claude_api import Client import os claude_api = Client('sk-ant-my-key-here') ``` However, I'm getting the following error: ``` --------------------------------------------------------------------------- KeyError...