1
This commit is contained in:
@@ -787,7 +787,8 @@ fn build_creative_agent_gpt5_client(
|
||||
config.apimart_image_request_timeout_ms,
|
||||
0,
|
||||
config.llm_retry_backoff_ms,
|
||||
)?;
|
||||
)?
|
||||
.with_official_fallback(true);
|
||||
|
||||
Ok(Some(LlmClient::new(llm_config)?))
|
||||
}
|
||||
@@ -888,5 +889,6 @@ mod tests {
|
||||
client.config().responses_url(),
|
||||
"https://api.apimart.test/v1/responses"
|
||||
);
|
||||
assert!(client.config().official_fallback());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user