mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
model
This commit is contained in:
@@ -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 }];
|
||||
|
||||
Reference in New Issue
Block a user