You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: "In the past 24 hours, OpenAI announced plans to release its first open-weight language model with reasoning
75
+
capabilities since GPT-2. This model will allow developers to fine-tune it for specific applications without needing
76
+
the original training data. To gather feedback and refine the model, OpenAI will host developer events starting
77
+
in San Francisco and expanding to Europe and Asia-Pacific regions. ([reuters.com](https://www.reuters.com/technology/artificial-intelligence/openai-plans-release-open-weight-language-model-coming-months-2025-03-31/?utm_source=openai))\n\n\n##
78
+
OpenAI to Release Open-Weight Language Model:\n- [OpenAI plans to release open-weight language model in coming
result=awaitagent.run('Give me the best news about LLMs from the last 24 hours. Be short.')
296
+
297
+
# NOTE: We don't have the tool call because OpenAI calls the tool internally.
298
+
assertresult.all_messages() ==snapshot(
299
+
[
300
+
ModelRequest(
301
+
parts=[
302
+
UserPromptPart(
303
+
content='Give me the best news about LLMs from the last 24 hours. Be short.',
304
+
timestamp=IsDatetime(),
305
+
)
306
+
]
307
+
),
308
+
ModelResponse(
309
+
parts=[
310
+
TextPart(
311
+
content="""\
312
+
In the past 24 hours, OpenAI announced plans to release its first open-weight language model with reasoning capabilities since GPT-2. This model will allow developers to fine-tune it for specific applications without needing the original training data. To gather feedback and refine the model, OpenAI will host developer events starting in San Francisco and expanding to Europe and Asia-Pacific regions. ([reuters.com](https://www.reuters.com/technology/artificial-intelligence/openai-plans-release-open-weight-language-model-coming-months-2025-03-31/?utm_source=openai))
313
+
314
+
315
+
## OpenAI to Release Open-Weight Language Model:
316
+
- [OpenAI plans to release open-weight language model in coming months](https://www.reuters.com/technology/artificial-intelligence/openai-plans-release-open-weight-language-model-coming-months-2025-03-31/?utm_source=openai) \
0 commit comments