Skip to content

Commit 1c6c742

Browse files
author
Piotr Stachaczynski
committed
feat cleanup
1 parent e56fe94 commit 1c6c742

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Examples/Examples/Agents/AgentWithWebDataSourceOpenAiExample.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public async Task Start()
1616

1717
var context = await AIHub.Agent()
1818
.WithModel("gpt-4o-mini")
19-
.WithBackend(BackendType.OpenAi)
2019
.WithInitialPrompt($"Find useful information about daily news, try to include title, description and link.")
2120
.WithBehaviour("Journalist", $"Base on data provided in chat find useful information about what happen today. Build it in form of newsletter - Name of newsletter is MaIN_Letter and today`s date is {DateTime.UtcNow}")
2221
.WithSource(new AgentWebSourceDetails()

0 commit comments

Comments
 (0)