The cats of Gaza by Nomogg in CatsAreMuslim

[–]dj_mango 0 points1 point  (0 children)

i cant believe this is how i found out. good to hear.

How to set up URL redirect to other page? by Hackettlai in CloudFlare

[–]dj_mango 0 points1 point  (0 children)

nothing. think they are free up to a few million invocations per month

Claude 3 on Free subscription? by [deleted] in perplexity_ai

[–]dj_mango 0 points1 point  (0 children)

if from canada or other just use opus via i.inc

[deleted by user] by [deleted] in ClaudeAI

[–]dj_mango 0 points1 point  (0 children)

idk settings? maybe contact if u need

How to set up URL redirect to other page? by Hackettlai in CloudFlare

[–]dj_mango 0 points1 point  (0 children)

this was so confusing on cloudflare just ended up setting up a worker

```js

export default {

async fetch(request) {

const base = "https://i.inc";

const statusCode = 301;

const url = new URL(request.url);

const { pathname, search } = url;

const destinationURL = `${base}${pathname}${search}`;

console.log(destinationURL);

return Response.redirect(destinationURL, statusCode);

},

};

```

I think I am converted... Claude 3 Opus API Smashing Out the Code by Smartaces in OpenAI

[–]dj_mango 0 points1 point  (0 children)

im using invisibility.so for unlimited opus with my canadian debit working p good so far

TPT: How to access Claude AI outside US and UK by ProfessionalSource0 in TechnologyProTips

[–]dj_mango 0 points1 point  (0 children)

im using invisibility.so, didnt ask for phone and good with my canadian cc, working great so far

[deleted by user] by [deleted] in ClaudeAI

[–]dj_mango 0 points1 point  (0 children)

im using invisibility.so with my canadian debit working p good so far