I recently deleted and created a new API token under my personal user, user settings due to token leakage. After doing that I am unable to call
weave.init("project")
weave_prompt = weave.StringPrompt(prompt)
weave.publish(weave_prompt, PROMPT_NAME)
I receive:
HTTPError: 403 Client Error: Forbidden for url: https://trace.wandb.ai/obj/create
I have tried:
- Deleting my netrc file
- Calling wandb login --relogin
- Creating a service account on the project and using that token
After doing that I still receive the same error