Skip to content

Commit c5fd24b

Browse files
Minor fixes
1 parent 1da4f58 commit c5fd24b

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

examples/memory/static.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$platform = PlatformFactory::create($_ENV['OPENAI_API_KEY'], http_client());
2424
$model = new Gpt(Gpt::GPT_4O_MINI);
2525

26-
$systemPromptProcessor = new SystemPromptInputProcessor('You are a professional trainer with short, personalized advices and a motivating claim.');
26+
$systemPromptProcessor = new SystemPromptInputProcessor('You are a professional trainer with short, personalized advice and a motivating claim.');
2727

2828
$personalFacts = new StaticMemoryProvider(
2929
'My name is Wilhelm Tell',

0 commit comments

Comments
 (0)