Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
712:configure_stages [2025/09/25 14:13] – [Metamodel] Linz, Andreas712:configure_stages [2025/09/25 14:22] (current) – [Modify secret.properties settings] Linz, Andreas
Line 400: Line 400:
   * Default file path on windows server: /methodpark/stages/conf/config.xml   * Default file path on windows server: /methodpark/stages/conf/config.xml
   * Default file path on linux server: /opt/stages/conf/config.xml   * Default file path on linux server: /opt/stages/conf/config.xml
 +AI Chatbot Assistant feature:
 <code xml> <code xml>
 <chatbot> <chatbot>
Line 466: Line 467:
     </chatbot-stage>     </chatbot-stage>
 </chatbot> </chatbot>
 +</code>
 +AI Content Generation feature:
 +<code xml>
 <cg> <cg>
     <cg-type name="azureOpenAI">     <cg-type name="azureOpenAI">
Line 516: Line 520:
  
 ==== Modify secret.properties settings ==== ==== Modify secret.properties settings ====
-Please add the following section to your secret.properties file and replace the url and key values with your personal Azure AI subscription data. Details on the subscription required can be found here: [[712:ai_privacy|]] +Please add the following section to your secret.properties file and replace the url and key values with your personal Azure AI subscription data. Details on the subscriptions required can be found here: [[712:ai_privacy|]] 
   * Default file path on windows server: /methodpark/stages/conf/secret.properties   * Default file path on windows server: /methodpark/stages/conf/secret.properties
   * Default file path on linux server: /opt/stages/conf/secret.properties   * Default file path on linux server: /opt/stages/conf/secret.properties