Skip to content

docs: update stale Workers model-tier references - #15

Open
Mahika-web wants to merge 1 commit into
mainfrom
docs/update-model-tier-references
Open

docs: update stale Workers model-tier references#15
Mahika-web wants to merge 1 commit into
mainfrom
docs/update-model-tier-references

Conversation

@Mahika-web

Copy link
Copy Markdown
Collaborator

##Summary
Updates outdated references in app/services/ai/cloudflare_ai.py.
The file referenced workers/src/config/models.ts, but that file no longer exists in the current repository structure. The current Workers model-tier implementation resides in workers/src/lib/workers-ai.ts.
This change updates the references to point to the current implementation, making the code easier to navigate for contributors.

While investigating the references, I noticed that the Python and Workers implementations currently define different model tiers:

Python:

  • speed
  • balanced
  • quality
  • reasoning

Workers:

  • fast
  • balanced
  • reasoning

This PR does not change runtime behaviour and only updates documentation/comments.

##Testing
Documentation-only change. No functional impact.

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