-
Notifications
You must be signed in to change notification settings - Fork 872
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
Document env vars #1447
base: main
Are you sure you want to change the base?
Document env vars #1447
Conversation
@hunnywar is attempting to deploy a commit to the louis030195's projects Team on Vercel. A member of the Team first needs to authorize it. |
@louis030195 Done |
*Windows (Command Prompt):* | ||
|
||
> set HF_ENDPOINT=https://hf-mirror.com | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we have more like deepgram related / real time stuff, can you add?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is the right approach, creates future maintenance burden, instead we should consolidate all the envs in a crate and reference it, then you can run codegen on the env.rs file to generate a markdown file. |
@neo773 |
includes documentation for environment variables: "SCREENPIPE_LOG," "SAVE_RESOURCE_USAGE," and "HF_ENDPOINT." It also covers examples for both Linux/macOS and Windows.
/claim #1298
/closes #1298