|
|
|
@ -79,7 +79,9 @@ class ModelFactory: |
|
|
|
max_tokens=model_config_data.get('max_tokens', 4096), |
|
|
|
default_headers={ |
|
|
|
"Authorization": f"Bearer {api_key}", |
|
|
|
"Content-Type": "application/json" |
|
|
|
"Content-Type": "application/json", |
|
|
|
"HTTP-Referer": os.getenv("APP_URL", "https://imamreza.ir"), |
|
|
|
"X-Title": os.getenv("APP_TITLE", "Imam Reza Shrine Agent"), |
|
|
|
}, |
|
|
|
) |
|
|
|
|