feat: implement Anthropic API integration with simulation mode and a configurable admin dashboard
This commit is contained in:
@@ -23,4 +23,10 @@ server {
|
||||
access_log off;
|
||||
add_header Cache-Control "public";
|
||||
}
|
||||
# Proxy Anthropic API to bypass CORS
|
||||
location /api/anthropic/ {
|
||||
proxy_pass https://api.anthropic.com/;
|
||||
proxy_set_header Host api.anthropic.com;
|
||||
proxy_ssl_server_name on;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user