GithubHelp home page GithubHelp logo

Comments (4)

lgrammel avatar lgrammel commented on August 25, 2024 1

I think switching the system prompt half-way through a conversation is an edge case. You already addressed it through your last system prompt (which could also be an injected user message btw.).

Given that the recommend default is to have the system prompt first, and your situation is an edge case with a workaround, I'll close this issue.

from ai.

themataleao avatar themataleao commented on August 25, 2024 1

Thanks for the quick response @lgrammel

Yeah I have checked the ai/rsc package and apparently, you are injecting the system prompt as a user message:

    case 'prompt': {
      languageModelMessages.push({
        role: 'user',
        content: [{ type: 'text', text: prompt.prompt }],
      });
      break;
    }

Do you know why it is recommended to have the system prompt first? As written it seems to me to lose attention if the message array gets too long. It could even get cropped if we go above the max_tokens for an API request.

Closing is fine for me.

from ai.

lgrammel avatar lgrammel commented on August 25, 2024 1

a) no we are not, this is the prompt and not the system message
b) it's recommend to have the system prompt first because that's how the language models are trained. they get lots of examples where the system prompt (inside special tokens) comes at the beginning.

that being said, i understand your issue and ran into it myself. adding a system or user message as the final message can help (i've done this as well), but it is up to you to add it, and it can lead to issues with e.g. tool calls and tool results.

from ai.

themataleao avatar themataleao commented on August 25, 2024

Okay, thanks for the response and the feedback.

I will try my best to bend it towards my needs then :) I haven't tried with tools calling yet.

from ai.

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.