Conversation
|
@Frank5337 is attempting to deploy a commit to the crazyboym's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: be40fec548
ℹ️ 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".
| MODEL_ID=deepseek-chat | ||
|
|
||
| # Base URL (optional, for Anthropic-compatible providers) | ||
| # ANTHROPIC_BASE_URL=https://api.anthropic.com | ||
| ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic |
There was a problem hiding this comment.
Revert provider-specific defaults in env template
The template now hard-codes MODEL_ID=deepseek-chat and an active DeepSeek ANTHROPIC_BASE_URL, so a user who copies .env.example and only adds an API key no longer gets the documented Anthropic-default behavior; they either hit immediate auth/model errors (Anthropic key against DeepSeek endpoint) or unintentionally send prompts/code to a third-party provider if that key works there. Since this file is the default onboarding path, these values should stay commented/opt-in provider overrides rather than active defaults.
Useful? React with 👍 / 👎.
# Conflicts: # README.md # agents/s01_agent_loop.py # agents/s02_tool_use.py # agents/s03_todo_write.py
No description provided.