Skip to content

Commit

Permalink
feat: allow multiple steps to be executed synchronously; adjust the n…
Browse files Browse the repository at this point in the history
…umber of silicon text-to-image generations to 4.

fix: fix the function call issue in non-streaming mode.
  • Loading branch information
adolphnov committed Aug 21, 2024
1 parent 1862214 commit 9b987c7
Show file tree
Hide file tree
Showing 22 changed files with 1,855 additions and 1,461 deletions.
2 changes: 1 addition & 1 deletion adapter/local/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import fetch from 'node-fetch';
import { ENV } from '../../src/config/env.js';
import toml from 'toml';
import { default as worker } from '../../main.js';
import cron from 'node-cron';
import * as cron from 'node-cron';

const config = JSON.parse(fs.readFileSync('./config.json', 'utf-8'));

Expand Down
2 changes: 1 addition & 1 deletion dist/buildinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sha":"561ba79","timestamp":1724170465}
{"sha":"1862214","timestamp":1724239775}
Loading

0 comments on commit 9b987c7

Please sign in to comment.