Compare commits
11 Commits
feature/ch
...
fix/ci
| Author | SHA1 | Date | |
|---|---|---|---|
| 97543dca9c | |||
| 75e293f193 | |||
| 4d9bf52a11 | |||
| 9d916177a7 | |||
| 00b658468a | |||
| 9859ff4d96 | |||
| f82e21ffde | |||
| 816c1c54ba | |||
| 6a964da152 | |||
| befcb48a44 | |||
| 9b885e1d66 |
@@ -5,7 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- develop
|
- develop
|
||||||
- feature/devops
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
|
|||||||
2
.npmrc
Normal file
2
.npmrc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@3t.network:registry=https://git.3t.network/api/packages/3t.network/npm/
|
||||||
|
//git.3t.network/api/packages/3t.network/npm/:_authToken=${NPM_TOKEN}
|
||||||
11
package-lock.json
generated
11
package-lock.json
generated
@@ -9,6 +9,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@3t.network/orchestra": "^1.0.0",
|
||||||
"axios": "^1.7.7",
|
"axios": "^1.7.7",
|
||||||
"date-fns": "^3.6.0",
|
"date-fns": "^3.6.0",
|
||||||
"discord.js": "^14.16.1",
|
"discord.js": "^14.16.1",
|
||||||
@@ -29,6 +30,16 @@
|
|||||||
"typescript": "^5.6.2"
|
"typescript": "^5.6.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@3t.network/orchestra": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://git.3t.network/api/packages/3t.network/npm/%403t.network%2Forchestra/-/1.0.0/orchestra-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-NRjD9wum3USCjPTM2Z2uw/vougkzfLAshZriMD19I9Ax9Zeu+qfOkUWd/ZNSgh8ruUbiezxcisBjLIWWRMhj8w==",
|
||||||
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"axios": "^1.7.7",
|
||||||
|
"form-data": "^4.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@cspotcode/source-map-support": {
|
"node_modules/@cspotcode/source-map-support": {
|
||||||
"version": "0.8.1",
|
"version": "0.8.1",
|
||||||
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ export async function execute(
|
|||||||
try {
|
try {
|
||||||
// Create image generation prediction
|
// Create image generation prediction
|
||||||
const prediction = await replicate.predictions.create({
|
const prediction = await replicate.predictions.create({
|
||||||
model: 'black-forest-labs/flux-schnell',
|
model: 'black-forest-labs/flux-1.1-pro-ultra',
|
||||||
input: { prompt },
|
input: { prompt },
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user