Skip to content

Disable braintrust requiring passphrase of ssh key when running Eval #1091

@leschiffres

Description

@leschiffres

Hi,

I am using the python sdk to generate some experiments.

Initially I was just playing in a local folder and everything worked fine, but when I added the code in a git repo whenever I run my python script, I get a popup that requires the passphrase of my ssh key.

Why is this configured like so?

I tried to run to add the option git_metadata_settings, but still my passphrase is required.

Eval(
       ....
        git_metadata_settings=GitMetadataSettings(collect="none")
)

Are there any workarounds?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions