public function __construct() {
    $this->api_key      = get_option('acp_api_key');
    $this->api_model    = get_option('acp_api_model', 'gpt-4.1-mini');
    $this->temperature  = floatval( get_option('acp_api_temperature', 0.3 ) );
    $this->language     = get_option('acp_api_language', 'fr');
    $this->max_tokens   = intval( get_option('acp_api_max_tokens', 2000 ) );
    $this->api_endpoint = get_option('acp_api_endpoint', 'https://api.openai.com/v1/chat/completions');
}<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://teknoloji.click/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://teknoloji.click/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://teknoloji.click/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://teknoloji.click/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://teknoloji.click/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
