You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had trouble getting weave working with Deno Deploy since it doesn't allow for fs so it breaks when looking for the .netrc file. Instead, I made a change to supply the API key w/ a settings object instead to override .netrc.
Thank you for reporting this! It looks like we have some internal task tracking related to fixing netrc handling in our TypeScript SDK. Leaving these links for our team's future reference.
I'm using a Supabase Edge Function to relay my API calls and keep my OpenAI API key off of the client side. I tried yesterday to set it up and couldn't get it working since Supabase uses Deno. I would love to be able to add Weave to this function soon!
I removed the login() feature, but everything else should be the same. Note that it doesn't work on services like val.town which don't support streaming / readablestream
Hi everyone,
I had trouble getting weave working with Deno Deploy since it doesn't allow for
fs
so it breaks when looking for the.netrc
file. Instead, I made a change to supply the API key w/ a settings object instead to override.netrc
.I'd be happy to do a PR, and I currently published a working version here: https://github.com/janzheng/weave-lite
Here's the code:
The text was updated successfully, but these errors were encountered: