-
Notifications
You must be signed in to change notification settings - Fork 31
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
ai: generate: remove endpoint from experiment & remove beta from path #2318
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
const testBothRoutes = (testFn) => { | ||
describe("generate route", () => { | ||
testFn("/generate"); | ||
}); | ||
|
||
describe("beta generate route", () => { | ||
testFn("/beta/generate"); | ||
}); | ||
}; |
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.
Keep in mind we need to update CloudFlare routes to also skip the regular worker on the new route.
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.
LGTM
@@ -368,6 +368,65 @@ paths: | |||
schema: | |||
$ref: '#/components/schemas/studio-api-error' | |||
x-speakeasy-name-override: segmentAnything2 | |||
/api/generate/llm: |
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.
What does this pull request do? Explain your changes. (required)
generate
from experimentbeta
from pathbeta
, to be removed on a second time for a full phase outbeta
pathsSpecific updates (required)
How did you test each of these updates (required)
Does this pull request close any open issues?
Screenshots (optional)
Checklist