You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use self.client.base_url in acompletion method (#32)
The acompletion method was incorrectly accessing self.base_url which
doesn't exist. Changed to self.client.base_url to match the sync
completion method.
0 commit comments