Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Jun 4, 2023
1 parent 06307d8 commit 042e5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/api/imagine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const handler = async (req: Request) => {
SalaiToken: <string>process.env.SALAI_TOKEN,
HuggingFaceToken: <string>process.env.HUGGINGFACE_TOKEN,
Debug: true,
// Ws: true,
Ws: true,
});
// await client.init();
await client.init();
const encoder = new TextEncoder();
const readable = new ReadableStream({
start(controller) {
Expand Down

1 comment on commit 042e5f1

@vercel
Copy link

@vercel vercel bot commented on 042e5f1 Jun 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.