Skip to content

Conversation

@jadenfix
Copy link
Member

Vercel update required to use: set as ANTHROPIC_API_KEY

  • Added anthropic dependency to requirements files
  • Initialize Anthropic client alongside OpenAI
  • Added model selection methods (get_default_model, list_available_models, _resolve_model)
  • Updated all LLM methods to accept optional model parameter
  • Added provider-aware API calls for both OpenAI and Anthropic
  • Set temperature=0 for most factual/deterministic answers
  • Updated cost calculation to handle both provider formats
  • Added /models API endpoint to expose available models
  • Frontend dynamically fetches and displays available models
  • Updated README with optional ANTHROPIC_API_KEY setup.

… ANTHROPIC_API_KEY

- Added anthropic dependency to requirements files
- Initialize Anthropic client alongside OpenAI
- Added model selection methods (get_default_model, list_available_models, _resolve_model)
- Updated all LLM methods to accept optional model parameter
- Added provider-aware API calls for both OpenAI and Anthropic
- Set temperature=0 for most factual/deterministic answers
- Updated cost calculation to handle both provider formats
- Added /models API endpoint to expose available models
- Frontend dynamically fetches and displays available models
- Updated README with optional ANTHROPIC_API_KEY setup.
@vercel
Copy link

vercel bot commented Oct 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
vectorless-chatbot Ready Ready Preview Comment Oct 20, 2025 5:45am

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@jadenfix
Copy link
Member Author

Screenshot 2025-10-19 at 10 47 07 PM

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.

2 participants