aream

Results 1 issues of aream

### Description of the bug: An error occurs when trying to use the following code. ``` genai.configure(api_key=api_key) def get_chat_history(username): with open("data.json", "r", encoding="utf-8") as f: data = json.load(f) user_data =...

status:awaiting user response
component:python sdk
type:help