-
Notifications
You must be signed in to change notification settings - Fork 404
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
chore: Added AI support docs for automation #2249
Conversation
9d45cd9
to
c1b89f6
Compare
ai-support.json
Outdated
"footnote": "Note: if a model supports streaming, we also instrument the streaming variant.", | ||
"models": [ | ||
{ | ||
"name": "Claude", |
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 would add the vendor too. Anthropic Claude
ai-support.json
Outdated
}, | ||
|
||
{ | ||
"name": "Jurassic-2", |
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.
AI21 Labs Jurassic-2
ai-support.json
Outdated
}, | ||
|
||
{ | ||
"name": "Llama2", |
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.
Meta Llama 2
ai-support.json
Outdated
}, | ||
|
||
{ | ||
"name": "Titan", |
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.
Amazon Titan
This PR is in support of #2253.
The purpose of this PR is to add a JSON file we can utilize in our docs automation to add documentation around which "AI" things we support, and how deep that support goes for each thing.
With the
ai-support.json
file in place, when our compatibility document automation is run it will generate a document that looks like the following:Example report