Skip to content

Commit

Permalink
feat: removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Stainless Bot committed Nov 5, 2024
1 parent 045f8dd commit d588157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ export async function upload(fileName: string, check: boolean = true): Promise<F
// 2. get signed upload url
// 3. upload file
const baseUrl = core.readEnv('TOGETHER_API_BASE_URL') || 'https://api.together.ai/v1';
const apiKey =
core.readEnv('TOGETHER_API_KEY') || '3c24363cf5506cb56b48e7e99de5e182a1a544965f3d9f38833a6db35d6f7aad';
const apiKey = core.readEnv('TOGETHER_API_KEY');

if (!apiKey) {
return {
Expand Down

0 comments on commit d588157

Please sign in to comment.