docs: rework homepage and add aaif migration blog post (#8356)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
@@ -61,9 +61,9 @@ function validPayload(overrides = {}) {
|
||||
iat: now - 10,
|
||||
exp: now + 300,
|
||||
jti: `test-jti-${++jtiCounter}`,
|
||||
repository: "block/goose",
|
||||
repository: "aaif-goose/goose",
|
||||
ref: "refs/heads/main",
|
||||
sub: "repo:block/goose:ref:refs/heads/main",
|
||||
sub: "repo:aaif-goose/goose:ref:refs/heads/main",
|
||||
...overrides,
|
||||
};
|
||||
}
|
||||
@@ -141,7 +141,7 @@ function testEnv(overrides = {}) {
|
||||
UPSTREAM_URL: "https://api.anthropic.com",
|
||||
UPSTREAM_AUTH_HEADER: "x-api-key",
|
||||
UPSTREAM_API_KEY: "sk-ant-real-key",
|
||||
ALLOWED_REPOS: "block/goose",
|
||||
ALLOWED_REPOS: "aaif-goose/goose",
|
||||
MAX_TOKEN_AGE_SECONDS: "1200",
|
||||
MAX_REQUESTS_PER_TOKEN: "200",
|
||||
RATE_LIMIT_PER_SECOND: "2",
|
||||
|
||||
Reference in New Issue
Block a user