Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Missing LETZAI model #2187

Merged
merged 1 commit into from
Jan 12, 2025
Merged

fix: Missing LETZAI model #2187

merged 1 commit into from
Jan 12, 2025

Conversation

daizhengxue
Copy link
Contributor

Pull Request: Add LETZAI to ModelProviderName enum

What does this PR do?

Adds missing LETZAI enum value to ModelProviderName to fix type errors in agent/src/index.ts.

Changes needed:

In @elizaos/packages/core, add to ModelProviderName enum:

Testing

  1. Build core package
  2. Verify agent/src/index.ts compiles without errors
  3. Verify LETZAI provider works with getTokenForProvider()

Risk Level: Low

  • Simple enum addition
  • Only affects type system
  • No runtime behavior changes

Testing Steps

  1. Add enum value
  2. Run pnpm build in core package
  3. Run pnpm build in agent package
  4. Verify no TypeScript errors in agent/src/index.ts

No documentation changes needed as this is an internal enum update.

@odilitime odilitime merged commit 9e8a15e into elizaOS:develop Jan 12, 2025
6 checks passed
0xpi-ai pushed a commit to 0xpi-ai/NayariAI that referenced this pull request Jan 15, 2025
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