Skip to content

Releases: Yue-Yang/ChatGPT-Siri

v1.3.1

27 Feb 11:53
8f04f28

Choose a tag to compare

The features are the same as version 1.3.

  • Fixed a bug where using the latest OpenAI models caused errors #170
  • Added: The “new chat” and “quit chat” commands now support matching multiple keywords. (The command will be triggered successfully if any one of the keywords is included.)

Download links:

v1.3

15 Feb 07:00
2bd9145

Choose a tag to compare

Changes

The model has been upgraded to gpt-5.2, and support has been added for configuring a custom OpenAI-compatible API URL. #166

Note: Shortcuts do not support version management, so I added a version number to the name to distinguish it. If you want to launch this shortcut using voice, please rename it to remove the version number. You may also rename it to something you prefer and that is easier for voice recognition to detect.

Custom URL Example:

The custom URL, model, and API key must all match — make sure they correspond to the same service provider. If you copy and paste, ensure that your URL, model name, and API key contain no extra spaces, line breaks, or hidden characters. They must match exactly to avoid request errors.

  1. Default OpenAI URL:https://api.openai.com/v1/chat/completions,model:gpt-5.2,gpt-5,gpt-5-mini,gpt-5-nano,gpt-4oetc, model list:https://developers.openai.com/api/docs/pricing#text-tokens; api key: https://platform.openai.com/api-keys

  2. DeepSeek URL:https://api.deepseek.com/v1/chat/completions, model:deepseek-chatetc. api key: https://platform.deepseek.com/api_keys

  3. OpenRouter URL:https://openrouter.ai/api/v1/chat/completions, model:openai/gpt-5.2, openai/gpt-4o-mini, openrouter/auto, openrouter/freeetc. model list:https://openrouter.ai/models; api key: https://openrouter.ai/settings/keys

  4. Other OpenAI-compatible URLs should also work.

1.3 Shortcut — click the link to download