Ali

Results 20 comments of Ali

@TheCartpenter Is this branch ready for production ?

> > @TheCartpenter Is this branch ready for production ? > Aside from the PHP 8.2 integration that needs to be completed, it's quite safe to put it in production....

Might be that's an issue even after setting up the paid account its not allowing access to gtp-4, Btw i do have access to chatgpt plus though. Also can you...

Hi fellas, I was testing this repo and run the prompt as. flag Welcome to Auto-GPT! run with '--help' for more information. Create an AI-Assistant: Enter the name of your...

Based on the information from Etsy's API documentation, the error you're encountering might be related to how the OAuth token is requested. Here are the key points to consider for...

try something like this ``` var CLIENT_ID = '...'; // Replace with your Client ID var CLIENT_SECRET = '...'; // Replace with your Client Secret /** * Configures the OAuth2...

Have you gone through this documentions ? https://developer.etsy.com/documentation/essentials/authentication/

try something like ``` const {google} = require('google-auth-library'); const SCOPES = ['https://www.googleapis.com/auth/cloud-platform', 'openid']; async function getIdToken() { const auth = new google.auth.GoogleAuth({ scopes: SCOPES, }); const authClient = await auth.getClient();...

Is this is to scan other websites or device? I need it for other websites

Is this repository still being managed?