Plugin Directory

Changeset 3358639


Ignore:
Timestamp:
09/09/2025 01:37:08 PM (7 months ago)
Author:
codeapple
Message:

Updated: readme.txt file

Location:
wordai
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordai/tags/1.0.7/readme.txt

    r3358611 r3358639  
    118118This may occur if your server has restrictions with the streaming feature. To resolve it, go to WordAI → API Settings, uncheck the Streaming option, then click Save API Settings and try again.
    119119
     120= Why am I not seeing AI-generated content or images properly? =
     121If parameters are changed incorrectly, it may cause issues. To resolve this, you can simply click the "Reset Settings" button to restore the default configurations in the API Settings / Content Settings / Image Settings pages. You may also try enabling or disabling the Streaming option in the API settings page to check functionality.
     122
     123Please ensure the following:
     124
     125The API key in your application is correct and active. You can verify or regenerate it from the OpenAI platform.
     126
     127Your OpenAI account is in good standing and has sufficient credits or a valid subscription.
     128
     129Your network setup (such as proxy or firewall) is not interfering with the streaming connection. Note that OpenAI may restrict API access from certain geographical regions, which can affect streaming performance.
     130
     131
    120132= Why do I get an error message like "Could not resolve host: api.openai.com"? =
    121133This error usually occurs due to internet firewall or server restrictions that prevent the plugin from connecting to the OpenAI API. To resolve this, you can contact your hosting provider or adjust/remove any firewall or network restrictions that may be blocking communication with the OpenAI server.
     134
     135
    122136
    123137
  • wordai/trunk/readme.txt

    r3358611 r3358639  
    118118This may occur if your server has restrictions with the streaming feature. To resolve it, go to WordAI → API Settings, uncheck the Streaming option, then click Save API Settings and try again.
    119119
     120= Why am I not seeing AI-generated content or images properly? =
     121If parameters are changed incorrectly, it may cause issues. To resolve this, you can simply click the "Reset Settings" button to restore the default configurations in the API Settings / Content Settings / Image Settings pages. You may also try enabling or disabling the Streaming option in the API settings page to check functionality.
     122
     123Please ensure the following:
     124
     125The API key in your application is correct and active. You can verify or regenerate it from the OpenAI platform.
     126
     127Your OpenAI account is in good standing and has sufficient credits or a valid subscription.
     128
     129Your network setup (such as proxy or firewall) is not interfering with the streaming connection. Note that OpenAI may restrict API access from certain geographical regions, which can affect streaming performance.
     130
     131
    120132= Why do I get an error message like "Could not resolve host: api.openai.com"? =
    121133This error usually occurs due to internet firewall or server restrictions that prevent the plugin from connecting to the OpenAI API. To resolve this, you can contact your hosting provider or adjust/remove any firewall or network restrictions that may be blocking communication with the OpenAI server.
     134
     135
    122136
    123137
     
    129143* Added: Latest GPT IMAGE 1 model
    130144* Updated: Improved Performance
    131 * Fixed: Minor bug fixes
     145* Fixed: Minor bugs fixed
    132146
    133147= 1.0.6 =
Note: See TracChangeset for help on using the changeset viewer.