|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.SetProxyServer |
Top |
MiniRobotLanguage (MRL)
AIC.SetProxyServer
Set the proxy server address
Intention
The AIC.SetProxyServer command configures the proxy server URL and port for OpenAI API connections.
Syntax
AIC.SetProxyServer|$$ProxyURL
Parameters
P1 - $$ProxyURL - Proxy server URL with port (e.g., "http://proxy.company.com:8080")
Example
' Configure proxy server
AIC.SetProxyOn|1
AIC.SetProxyServer|http://192.168.1.100:3128
' Test connection through proxy
AIC.TestIfOnline|$$Status
DBP.$$Status
Related Commands
- AIC.SetProxyOn - Enable proxy
- AIC.SetProxyAuth - Set proxy authentication