Skip to content

Conversation

@bottomlover4tops
Copy link

No description provided.

@deltabee01
Copy link

name: Text Summarizer
description: Summarizes input text concisely
model: openai/gpt-4o-mini
modelParameters:
temperature: 0.5
messages:

  • role: system
    content: You are a text summarizer. Your only job is to summarize text given to you.
  • role: user
    content: |
    Summarize the given text, beginning with "Summary -":

    {{input}}

    testData:
  • input: |
    The quick brown fox jumped over the lazy dog.
    The dog was too tired to react.
    expected: Summary - A fox jumped over a lazy, unresponsive dog.
    evaluators:
  • name: Output should start with 'Summary -'
    string:
    startsWith: 'Summary -'

Copy link

@deltabee01 deltabee01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deltabee01
Copy link

dependabot.yml

@deltabee01
Copy link

build-draft-docs.yml

Copy link

@tijuks tijuks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deltabee01
Copy link

b8d23ef8ddedd1328a3aec7ac03900df19b05d58

@deltabee01
Copy link

build-draft-docs.yml

@deltabee01
Copy link

RFC3647_Template.md

@deltabee01
Copy link

README.md

@deltabee01
Copy link

BR.md

@deltabee01
Copy link

Copy link

@CosmicJesterX CosmicJesterX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

@deltabee01
Copy link

NVM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants