Code Monkey home page Code Monkey logo

Comments (6)

typpo avatar typpo commented on June 12, 2024

I don't think I have access to this model yet - what is the current behavior when you try to run it with promptfoo?

from promptfoo.

wuodar avatar wuodar commented on June 12, 2024

I think it should be added here:

const AWS_BEDROCK_MODELS: Record<string, IBedrockModel> = {

Currently I'm getting "TypeError: Cannot read properties of undefined (reading 'params') TypeError: Cannot read properties of undefined (reading 'params') at AwsBedrockCompletionProvider.callApi"

from promptfoo.

wuodar avatar wuodar commented on June 12, 2024

But this'll be more complicatede - claude v2.1 supports system prompts (no "Human:" at the beggining of the prompt).

from promptfoo.

typpo avatar typpo commented on June 12, 2024

#470 solves the error at least - so you can use claude-2.1 without a system prompt.

As for supporting system prompt, what do you think is the best way? Some thoughts:

  • Completely remove the logic that prepends Human: and appends Assistant:. This means that users will have to set custom prompts for Anthropic, but minimizes the amount of magic stuff that's happening
  • Support OpenAI-style role, content JSON objects
  • Some other approach?

from promptfoo.

wuodar avatar wuodar commented on June 12, 2024

Adding Human: Assistant: is similar to langchain - we could try to map langchain solution to promptfoo codebase. From the other side, I agree that this "magic" isn't something I like in langchain. And we have functionality that adds prefix/suffix to the prompt in promptfoo if I remember correctly. So probably good documentation without "magic stuff" sounds reasonable.

from promptfoo.

typpo avatar typpo commented on June 12, 2024

Closing this out as this format is now legacy with Claude 3

from promptfoo.

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.