WEAVIATE_API_KEY Error

In the lecture, the API Key provided: ‘76320a90-53d8-42bc-b41d-678647c6672e’ and mentioned its public and encouraged to use it. When trying this key on my local notebook it gives KeyError: ‘76320a90-53d8-42bc-b41d-678647c6672e’. Can I still use this key?

The API Key will save in the .env , you can just use the key without keying the real api key number to use it. Do not change the code,just let it be api_key=os.environ[‘WEAVIATE_API_KEY’]).