Coder Social home page Coder Social logo

Question about -prototype-aivtuber HOT 5 CLOSED

ponlponl123 avatar ponlponl123 commented on July 24, 2024
Question

from -prototype-aivtuber.

Comments (5)

ponlponl123 avatar ponlponl123 commented on July 24, 2024
  1. You can go to localhost:8000/tts to see the subtitle when running Node.
  2. You can go to https://docs.aws.amazon.com/polly/latest/dg/voicelist.html to find a model for the language you want
  3. You can tell the AI to add more about his story. Before asking your questions like:
await openai.createCompletion({
         model: 'davinci',
         prompt: `Hey CHARACTER_NAME! You are now CHARACTER_NAME who can answer anything. and is an expert. everyone will start talking Talk to you with the prefix Q:, but you don't need to prefix with the A:.\n
Q: YOUR_QUESTION
\nA:`,
         temperature: 0.9,
         max_tokens: 100,
         stop: ["ChatGPT:", "Adrian Twarog:", '\n'],
       });

from -prototype-aivtuber.

nakumiayumu144 avatar nakumiayumu144 commented on July 24, 2024

How can Ai read the names of people in chat?

from -prototype-aivtuber.

ponlponl123 avatar ponlponl123 commented on July 24, 2024

sure! You can use ${tags.username} to get the user's name!

from -prototype-aivtuber.

nakumiayumu144 avatar nakumiayumu144 commented on July 24, 2024
await openai.createCompletion({
         model: 'davinci',
         prompt: `Hey CHARACTER_NAME! You are now CHARACTER_NAME who can answer anything. and is an expert. everyone will start talking Talk to you with the prefix Q:, but you don't need to prefix with the A:.\n
Q: YOUR_QUESTION
\nA:`,
         temperature: 0.9,
         max_tokens: 100,
         stop: ["ChatGPT:", "Adrian Twarog:", '\n'],
       });

I'm using this code but I feel like the Ai is talking to itself.
i don't understand using model davinci
image
Something like that A: or Q:
image

from -prototype-aivtuber.

NovaPlayzGames avatar NovaPlayzGames commented on July 24, 2024

Hey, firstly i would like to say using the normal davinci models are not recommended for chatting applications, this is basiclly what this project is, that being said i have made some adjustments on my repo to better reflect these changes and recommendations from open ai, https://github.com/InsanityLabs/AIVTuber

from -prototype-aivtuber.

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.