update_openai_token
Update the OpenAI API key for VoiceAI-MCP-VAVicky to ensure seamless integration and functionality for custom VoiceAI and AI chat applications.
Instructions
Update OpenAI API Key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
openai_token | Yes | OpenAI API Key |
Input Schema (JSON Schema)
{
"properties": {
"openai_token": {
"description": "OpenAI API Key",
"type": "string"
}
},
"required": [
"openai_token"
],
"type": "object"
}