Skip to content

Commit

Permalink
Adds braintrust logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gogwilt committed Dec 17, 2023
1 parent b24c69e commit b1a70cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/app/src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import PineconeLogo from './assets/vendor_logos/pinecone-logo.png';
import OpenAILogo from './assets/vendor_logos/openai-white-logomark.svg';
import ChromaLogo from './assets/vendor_logos/chroma.svg';
import OllamaLogo from './assets/vendor_logos/ollama-logo.png';
import BraintrustLogo from './assets/vendor_logos/braintrust_data_logo.jpeg';

type SharedPluginInfo = {
id: string;
Expand Down Expand Up @@ -74,6 +75,7 @@ export const pluginInfos: PluginInfo[] = [
Adds an Autoevals node with many variants of evaluations.
`,
author: 'Braintrust',
logoImage: BraintrustLogo,
documentation: 'https://rivet.ironcladapp.com/docs/user-guide/plugins/built-in/autoevals',
},
{
Expand Down

0 comments on commit b1a70cf

Please sign in to comment.