Bronze 2
Since ‎02-29-2024
‎05-16-2024

My Stats

  • 1 Posts
  • 0 Solutions
  • 1 Likes given
  • 1 Likes received

raj99591's Bio

Badges hrushikeshpawar Earned

View all badges

Recent Activity

Code used: import google.generativeai as google_genai google_genai.configure(api_key=os.getenv('GOOGLE_API_KEY')) for m in google_genai.list_models(): print(m.name) Error: _InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = St...
Likes from