您可以使用以下代码示例:import openai_secret_managerimport wolframalpha# Get your Wolfram Alpha App ID from OpenAI Secret Managersecrets = openai_secret_manager.get_secretapp_id = secrets# Instantiate the clientclient = wolframalpha.Client# Call the API with your query stringres = client.query# Extract the results from the responseanswer = next.text# Output the answer to the userprint。