Skip to content

Commit

Permalink
Merge pull request #17 from aibtcdev/feat/images
Browse files Browse the repository at this point in the history
Add image generate list get features
  • Loading branch information
whoabuddy authored Dec 19, 2024
2 parents cafb80c + a5d393a commit 970536f
Show file tree
Hide file tree
Showing 9 changed files with 605 additions and 156 deletions.
192 changes: 187 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@noble/hashes": "^1.6.1",
"@stacks/encryption": "^7.0.2",
"@stacks/transactions": "^7.0.2",
"d1-orm": "^0.9.2"
"d1-orm": "^0.9.2",
"openai": "^4.76.2"
}
}
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class AppConfig {
return {
// List of all supported API service endpoints
// Used for routing and validation
SUPPORTED_SERVICES: ['/auth', '/cdn', '/context', '/database', '/scheduler', '/tools'],
SUPPORTED_SERVICES: ['/auth', '/cdn', '/context', '/database', '/scheduler', '/tools', '/image', '/metadata'],

// Default interval for Durable Object alarm checks
// Currently set to 8 hours while alarm functionality is in development
Expand Down
Loading

0 comments on commit 970536f

Please sign in to comment.