QIanGua

Results 2 issues of QIanGua

## Code ``` import hub ds = hub.load("hub://activeloop/spoken_mnist") ds.spectrograms[0].numpy() ``` ## Got the error:

I have an OpenAI Key associated with a specific OpenAI API Base, such as `https://openaiXXX.cloud/v1`, instead of the default base `https://api.openai.com/v1`. This key enables me to run it successfully. ```shell...