Skip to content

Commit

Permalink
fix: TOGETHER_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
shoushou1106 committed Dec 20, 2024
1 parent cf3e73a commit 44b11e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class JsonResponse extends Response {
}

const router = AutoRouter();
const together = new Together();
const together = new Together({ apiKey: process.env.TOGETHER_API_KEY });

/**
* A simple hello page to verify the worker is working.
Expand Down

0 comments on commit 44b11e8

Please sign in to comment.