GithubHelp home page GithubHelp logo

Comments (6)

krunchosg avatar krunchosg commented on June 9, 2024
  1. goto .env and udpate your "OPENAI_GPT_MODEL=gpt-4-vision-preview"

  2. goto \whatsapp-chatgpt-master\src\handlers\dalle.ts... line 28 onwards replace the response:
    const response = await openai.createImage({
    model: "dall-e-3",
    prompt: prompt,
    n: 1,
    //size: aiConfig.dalle.size as CreateImageRequestSizeEnum,
    size: "1024x1024",
    response_format: "b64_json"
    });

from whatsapp-chatgpt.

rikuddo91 avatar rikuddo91 commented on June 9, 2024
  1. goto .env and udpate your "OPENAI_GPT_MODEL=gpt-4-vision-preview"

    1. goto \whatsapp-chatgpt-master\src\handlers\dalle.ts... line 28 onwards replace the response:
      const response = await openai.createImage({
      model: "dall-e-3",
      prompt: prompt,
      n: 1,
      //size: aiConfig.dalle.size as CreateImageRequestSizeEnum,
      size: "1024x1024",
      response_format: "b64_json"
      });

Thank you for that. DALL-E 3 is working fine, but the GPT-Model still seems to be GPT 3.5 or at least it refused to answer anything after September 2021 date by stating

My "knowledge" is based on data up to my last update in September 2021, and I generate responses based on patterns and information from that dataset.

from whatsapp-chatgpt.

GreenerX avatar GreenerX commented on June 9, 2024

Same here, were you able to fix it or at least check that its actually using the right model?

from whatsapp-chatgpt.

rikuddo91 avatar rikuddo91 commented on June 9, 2024

Same here, were you able to fix it or at least check that its actually using the right model?

No, still stuck on 3.5.

from whatsapp-chatgpt.

GreenerX avatar GreenerX commented on June 9, 2024

Same here, were you able to fix it or at least check that its actually using the right model?

No, still stuck on 3.5.

So managed to get Dalle-3 to work but my gpt is still saying it's cutoff is 2021 even though the usage page shows that it's actually using the new model.
Uploading IMG_9868.jpeg…

from whatsapp-chatgpt.

GreenerX avatar GreenerX commented on June 9, 2024

IMG_9868

from whatsapp-chatgpt.

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.