Skip to content

Voice feature#5

Open
tejasM17 wants to merge 2 commits into
mainfrom
voice-feature
Open

Voice feature#5
tejasM17 wants to merge 2 commits into
mainfrom
voice-feature

Conversation

@tejasM17

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1ebd9b5e2c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .env.example
Comment on lines +2 to +3
GEMINI_API_KEYS=key1,key2,key3 (Comma separated for rotation and failover)
GEMINI_API_KEY=your_single_key (Fallback if GEMINI_API_KEYS is not set)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Move env descriptions into comments

If someone copies .env.example into .env.development and replaces only the placeholder key text, dotenv will keep the parenthetical descriptions as part of the values. config/gemini.js then splits GEMINI_API_KEYS on commas and passes entries like actual_key (Comma separated for rotation and failover) to GoogleGenerativeAI, causing auth failures when that key is used; the same applies to the single-key fallback. Put these notes on separate # comment lines instead of inline values.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant