-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: add hubAI() #173
Merged
Merged
feat: add hubAI() #173
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit:
|
This was referenced Jun 18, 2024
Closed
@atinux Where would you like the docs for AI? Under "Server"? |
Merged
Well this is a very good question, I think we should create a new section, any name ideas? |
Did you run |
prior model is deprecated
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #84, Related https://github.com/nuxt-hub/core/tree/feat/ai, Related #174
Adds Workers AI support to Nuxt Hub.
Current issues/notes
Authentication
wrangler requires authentication to use Workers AI bindings locally as the models will still run on Cloudflare and incur usage. As
nitro-cloudflare-dev
doesn't pass wrangler's console output or show a URL to authenticate, unless you've used wrangler directly with Workers bindings locally before, you get errorError: Not logged in.
.I've opened issue nitrojs/nitro-cloudflare-dev#26 upstream to try and get this resolved. A Cloudflare employee has responded and hopefully we get an ETA in a few days.
The current workaround is manually logging in one time system-wide using
npx wrangler login
.Alternative workaround is supporting AI through --remote via the proxy so it just runs directly from the Cloudflare account.
If you have access to multiple accounts, see docs below.
Streaming
Output appears mangled. See streaming code snippet below. This may be due to the old model I tried, or from using it via local development in Wrangler.
Details
Response: