ChatGPT does have an enterprise version.
I've seen the enterprise version with a top-5 consulting company, and it answers from their global knowledgebase, cites references, and doesn't train on their data.
HN user
• Undergraduate CS student @ IIT Kharagpur • Computer vision • Language + vision • memes
ChatGPT does have an enterprise version.
I've seen the enterprise version with a top-5 consulting company, and it answers from their global knowledgebase, cites references, and doesn't train on their data.
Looks cool haha but a little too much effort to try!
One thing that works wonders for demos is a button to fill out all fields with your placeholder.
This PG essay might be relevant: http://www.paulgraham.com/makersschedule.html
From my limited knowledge of how SSO works, is this possible?
1. A company Acme wants to have SSO in the tools A, B and C that it uses.
2. Another company Balloon integrates with A, B, C to use the admin API for an admin account to modify or delete users in that account
3. Acme logs in to Balloon and connects its admin account of A, B, and C to these integrations.
4. Now Acme has access to employee's accounts in A, B, C through the Balloon's dashboard to modify or delete users etc.
This is so cool! Don't use cron jobs often but in love with the UI!
I made a similar tool [1] to convert English to Excel formulas but would def take a page out of your super clean look!
Hey HN,
Excited to get your feedback on Tersho!
Tersho is a Google Sheets and Excel add-on that uses AI to generate and explain spreadsheet formulas. It is in beta and is available for free as a Google Sheets add-on (Excel version coming very soon!)
Download link for Google sheets - https://workspace.google.com/marketplace/app/tersho/57501179...
Waitlist for Excel version - https://forms.gle/gxDk7UAo1EZmuDeMA
Explanation of results for non-ML folks (results on the default supabase repo shown on the homepage):
Codeball's precision is 0.99. It simply means that 99% PRs that were predicted approvable by Codeball were actually approved. In layman, if Codeball says that a PR is approvable, you can be 99% sure that it is.
But recall is 48%, meaning that only 48% of actually approved PRs were predicted to be approvable. So Codeball incorrectly flagged 52% of the approvable PRs to be un-approvable, just to be safe.
So Codeball is like a strict bartender who only serves you when they are absolutely sure you're old enough. You may still be overage but Codeball's not serving you.
Probably I'm misled but how is it a code review without looking at the actual code? (not listed as an input feature on the 'how' page)
Oh, that's amazing! Thanks for the reply :)
It’s still 2 factor, just that a few permitted people have access to the one time password. It’s identical to manually sharing the OTP, just automated.
The security model doesn’t instill a lot of confidence in me, being that you expect user-interaction as a means of security.
Could you please elaborate on what this means?
Hey!
The primary use case is for multiple people wanting to access an account that is behind 2FA.
Example of such folks are - 1) My dad wanting to access my bank account details without having to trouble me 2) Me wanting to login to my brother’s OTT accounts (hotstar, prime etc.) 3) CAs needing bank access for small business owners
Hey, that’s pretty cool!
I have a question about your method - Are all messages broadcasted to the server? If only the ones with an OTP, are OTP messages for all apps broadcasted to those people?
In Auto-OTP, the OTP can be forwarded to different people app-wise. For example, you may choose who should receive the OTP for app1, who receives for app2 etc.
Thanks for the feedback! I feel so dumb, gonna fix first thing in the morning :)
Thanks so much, fixed it! :)
Thanks a lot! Looking forward to your feedback
Hi HN. My name is Apoorve, I am 23 year old undergraduate student.
I share a lot of internet accounts (Netflix, prime etc.) with my friends and family, and recently have been in OTP (one-time-password) hell. I built Auto-OTP to securely send and receive OTPs from people I trust.
This is mostly meant as a beta release so please do check it out and share your feedback :)