Skip to content

Commit

Permalink
🐛 fix: fix aws log
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed May 25, 2024
1 parent e76e284 commit 58f3ed1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/config/llm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ export const getLLMConfig = () => {
regions = process.env.OPENAI_FUNCTION_REGIONS.split(',');
}

console.log('AWS_REGION:', process.env.AWS_REGION);
console.log('AWS_ACCESS_KEY_ID:', process.env.AWS_ACCESS_KEY_ID);
console.log('AWS_SECRET_ACCESS_KEY:', process.env.AWS_SECRET_ACCESS_KEY);

return createEnv({
server: {
API_KEY_SELECT_MODE: z.string().optional(),
Expand Down

0 comments on commit 58f3ed1

Please sign in to comment.