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

@CosmicJesterX
Copy link

Thanks for adding the initial devcontainer configuration! This is a great start for standardizing the development environment. 🎉

The basic setup looks good and mergeable as-is. Here are some optional enhancement suggestions to consider:

1. Add Shell/Development Features
Since this is a CLI tool, you might want to add relevant devcontainer features:

"features": {
  "ghcr.io/devcontainers/features/common-utils: 2": {},
  "ghcr.io/devcontainers/features/git:1": {}
}

2. Add Customizations
Consider adding VS Code extensions:

"customizations": {
  "vscode": {
    "extensions":  [
      "GitHub.copilot",
      "GitHub.copilot-chat"
    ]
  }
}

3. Add Post-Create Command

"postCreateCommand": "echo 'Development environment ready!'"

These are just suggestions - the current minimal configuration works perfectly fine! ✅

@CosmicJesterX
Copy link

Thanks for the devcontainer config! Looks good to merge. Optional suggestions: add shell dev features, VS Code customizations, and postCreateCommand for a more complete setup. ✅

@farrellpatricia389-svg
Copy link

"features": {
"ghcr.io/devcontainers/features/common-utils: 2": {},
"ghcr.io/devcontainers/features/git:1": {}
}

"customizations": {
"vscode": {extentions
"extensions": [
"GitHub.copilot",
"GitHub.copilot-chat"
]
}
}"postCreateCommand": "echo 'Development environment ready!'""postCreateCommand": "echo 'Development environment ready!'"
Balances.csv

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.

5 participants