Skip to content

Commit 50b0b53

Browse files
chore: improves comment neutrality
Co-authored-by: Felix Arntz <[email protected]>
1 parent 41f63e3 commit 50b0b53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Providers/Enums/ProviderTypeEnum.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
class ProviderTypeEnum extends AbstractEnum
2222
{
2323
/**
24-
* Cloud-based AI provider (e.g., OpenAI, Google, Anthropic).
24+
* Cloud-based AI provider (e.g. models available via external REST APIs).
2525
*/
2626
public const CLOUD = 'cloud';
2727

2828
/**
29-
* Server-side AI provider (e.g., self-hosted models).
29+
* Server-side AI provider (e.g. self-hosted models).
3030
*/
3131
public const SERVER = 'server';
3232

3333
/**
34-
* Client-side AI provider (e.g., browser-based models).
34+
* Client-side AI provider (e.g. browser-based models).
3535
*/
3636
public const CLIENT = 'client';
3737
}

0 commit comments

Comments
 (0)