This commit is contained in:
Ahmed Ibrahim
2026-01-08 12:21:51 -08:00
parent 112bc1c39f
commit 7b3263e9a6

View File

@@ -89,6 +89,8 @@ pub(crate) async fn generate_entertainment_texts(
prompt_len = prompt.len(),
"starting entertainment text generation thread"
);
let mut config = config;
config.model = Some("gpt-4.1-nano".to_string());
let new_thread = server.start_thread(config).await?;
let schema = entertainment_output_schema();
let input = vec![UserInput::Text { text: prompt }];