Error: Undefined 'client' Name in Query Responses
ok i added tracer, but getting error.
--- Query: What is the capital of France? ---
Event Logged: CBEventType.QUERY at 2024-10-07 21:06:16 with payload: {'prompt': 'What is the capital of France?'}
Event Logged: CBEventType.EXCEPTION at 2024-10-07 21:06:16 with payload: {'error': "name 'client' is not defined"}
Failed to get a response.
--- Query: Tell me a joke. ---
Event Logged: CBEventType.QUERY at 2024-10-07 21:06:16 with payload: {'prompt': 'Tell me a joke.'}
Event Logged: CBEventType.EXCEPTION at 2024-10-07 21:06:16 with payload: {'error': "name 'client' is not defined"}
Failed to get a response.
--- Query: What is the meaning of life? ---
Event Logged: CBEventType.QUERY at 2024-10-07 21:06:16 with payload: {'prompt': 'What is the meaning of life?'}
Event Logged: CBEventType.EXCEPTION at 2024-10-07 21:06:16 with payload: {'error': "name 'client' is not defined"}
Failed to get a response.