Skip to content

Commit 2d8f8b8

Browse files
authored
Merge branch 'main' into samarth/gpt-5.1
2 parents 6ecf96b + b3ee6e5 commit 2d8f8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/partners/self_evolving_agents/autonomous_agent_retraining.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"\n",
144144
"1. **System Prompt**: Add the system message that defines the model's task and behavior (this prompt will be optimized)\n",
145145
"2. **User Prompt Template**: Add the prompt message template for user messages, using variables such as `{{<column_name>}}` that get replaced with actual data from your dataset\n",
146-
"3. **Model Selection**: Choose the model for generation (e.g., gpt-3.5-turbo, gpt-4)\n",
146+
"3. **Model Selection**: Choose the model for generation (e.g., gpt-4.1, gpt-5)\n",
147147
"4. **Temperature**: Configure creativity vs. determinism\n",
148148
"\n",
149149
"You can start with a very simple prompt to demonstrate the power of the optimization process. For example, beginning with just \"summarize\" shows how the system can evolve from a minimal starting point.\n",

0 commit comments

Comments
 (0)