Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noahho authored Oct 31, 2024
1 parent 2b03cb3 commit a27447f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ from tabpfn_client import config
# Set Token
service_client = config.ServiceClient()
config.g_tabpfn_config.user_auth_handler = config.UserAuthenticationClient(service_client=service_client)
token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoiZGIyMTA2NDQtYTdjOC00ZGQ3LTlkZWUtYjk4ZjQyY2YxZjExIiwiZXhwIjoxNzYxODk3NzY4fQ.2y0kE8jn-Bw-_9EBzg8OwqXhPM6AkgUIgoKLH_-EIZM"
user_auth = config.g_tabpfn_config.user_auth_handler.set_token(token)
```

Expand Down

0 comments on commit a27447f

Please sign in to comment.