Commit 13680adf by zkaitanx

open ai test config

parent d0f006a5
...@@ -685,5 +685,13 @@ http { ...@@ -685,5 +685,13 @@ http {
} }
} }
# open ai test
server {
listen 8746;
location / {
proxy_pass http://open-ai-test.auto-strategy-task:5000;
}
}
include servers/*; include servers/*;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment