Giter Club home page Giter Club logo

Comments (5)

Niek avatar Niek commented on August 19, 2024 1

@all-contributors please add @petergeneric for ideas

from chatgpt-web.

Niek avatar Niek commented on August 19, 2024

I added support for renaming now. We could auto-suggest a title, but I need to think of a good prompt. Make a title of less than 50 characters describing the previous messages. works, but it should probably be a "hidden" message that doesn't clutter the chat 🤔

from chatgpt-web.

allcontributors avatar allcontributors commented on August 19, 2024

@Niek

I've put up a pull request to add @petergeneric! 🎉

from chatgpt-web.

petergeneric avatar petergeneric commented on August 19, 2024

You're so fast at turning around changes! 🤯

This has been quite effective on my chats:

Can you give me a 5 word summary of this conversation's topic?

(it often exceeds 5 words, but it usually is extremely short)

OpenAI's UI seems to only use the 1st message of the conversation, and often fails to produce a summary - I bet they're only summarising the 1st message if it's within a small number of tokens. That'd make sense, wouldn't want to incur hundreds of tokens of load to produce a summary (I suspect they're also calling out to a simpler cheaper model rather than ChatGPT, but that's probably outside of the scope here!)

So maybe an "Auto Title" button should kick off a separate API call, to take the 1st message from each of User & Assistant, asking that summary query as the user's next question & using the response as title (perhaps truncating to ~50 chars?). By making auto-title an option, it also gives the user more control over their costs, in the event they want to set their own title (or perhaps it's just a throwaway chat that they don't care about a title for)

from chatgpt-web.

Niek avatar Niek commented on August 19, 2024

I added a "suggest title" button in eddfd99
It shows the message in the chat - maybe we should filter that out, but for now I guess it's not too much of a problem.

from chatgpt-web.

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.