-
Notifications
You must be signed in to change notification settings - Fork 7
Added new concept sections for deterministic execution and drop in compatibility #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| sidebar_position: 3 | ||
| --- | ||
|
|
||
| The EigenAI API is compatible with the OpenAI API, so you can simply place the API endpoint in your existing application to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd just add that it works with open source LLMs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
|
|
||
| Deterministic execution enables: | ||
|
|
||
| * Reproducible results. The same request results in the same output. Reproducible results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would add consistent tool call planning per our earlier discussion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have added. I think the tool calls probably could do with a specific section to make clear the significance determinism adds here - will add that to the to do list.
No description provided.