Skip to content

Commit cd24d85

Browse files
authored
Update determinism phrasing (#187)
1 parent 46ab465 commit cd24d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/products/eigenai/concepts/deterministic-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EigenAI provides verifiable AI inference through deterministic execution using G
88

99
The EigenAI API is deterministic, meaning that when you send the same request (including identical prompt, parameters, and
1010
configuration) multiple times, it produces exactly the same output bit-for-bit each time. This differs from APIs such as
11-
OpenAI or Anthropic, which may return slightly different responses for identical inputs because their models are non-deterministic
11+
OpenAI or Anthropic, which may return slightly different responses for identical inputs because they don't guarantee determinism
1212
by design.
1313

1414
Deterministic execution enables:

0 commit comments

Comments
 (0)