Git Product home page Git Product logo

Comments (8)

adamlui avatar adamlui commented on August 21, 2024

@wznmickey the provider of the current proxy API somehow obtained free access, I believe OpenAI is paying

from duckduckgpt.

adamlui avatar adamlui commented on August 21, 2024

@wznmickey they probably rely on donated keys, it is open source api i think

from duckduckgpt.

wznmickey avatar wznmickey commented on August 21, 2024

What is the provider?

from duckduckgpt.

adamlui avatar adamlui commented on August 21, 2024

@wznmickey api.aigcfun.com can you read Chinese? If so you can tell me how they pay

from duckduckgpt.

adamlui avatar adamlui commented on August 21, 2024

@wznmickey also previously I was using api.pawan.krd until my reverse tunnel stopped working, but when I stopped using he was collecting donations for a goal of $150000

from duckduckgpt.

wznmickey avatar wznmickey commented on August 21, 2024

@wznmickey api.aigcfun.com can you read Chinese? If so you can tell me how they pay

Perviously it is free.
Now users can donate and get a private key with higher rate. Free user can use the API with limited rate.

from duckduckgpt.

adamlui avatar adamlui commented on August 21, 2024

I see, the rate is 10/day i think, but ddgpt just gets a new key when that happens

from duckduckgpt.

adamlui avatar adamlui commented on August 21, 2024
  if (event.responseText.includes('finish_reason')) { // if AIGCF error encountered
      GM_setValue('aigcfKey', false) // clear GM key for fresh getAIGCFkey()

      // Determine index of AIGCF in endpoint map
      let aigcfMapIndex = -1
      for (let i = 0 ; i < proxyEndpointMap.length ; i++) {
          const endpoint = proxyEndpointMap[i]
          if (endpoint.some(item => item.includes('aigcfun'))) {
              aigcfMapIndex = i ; break
      }}

      // Updated AIGCF endpoint w/ fresh key (using fresh IP)
      (async () => { // IIFE to use await
          proxyEndpointMap[aigcfMapIndex][0] = (
              'https://api.aigcfun.com/api/v1/text?key=' + await getAIGCFkey())
          getShowReply(messages, callback) // re-fetch reply
      })()

from duckduckgpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.