Skip to content

Commit

Permalink
Merge pull request #273 from Ironclad/gogwilt/plugin-cleanup
Browse files Browse the repository at this point in the history
Plugin UI - Cleans up some of the plugin images
  • Loading branch information
abrenneke authored Dec 19, 2023
2 parents 7e03c9c + d8354ac commit 4dfb0aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions packages/app/src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ 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';
import PythonLogo from './assets/vendor_logos/Python-logo.svg.png';
import FolderLogo from './assets/vendor_logos/folder-icon.png';
import GoogleLogo from './assets/vendor_logos/google-logo.png';

type SharedPluginInfo = {
Expand Down Expand Up @@ -49,7 +52,7 @@ export const pluginInfos: PluginInfo[] = [
author: 'Rivet Team',
package: 'rivet-plugin-example-python-exec',
tag: 'latest',
logoImage: RivetLogo,
logoImage: PythonLogo,
github: 'https://github.com/abrenneke/rivet-plugin-example-python-exec',
},
{
Expand All @@ -75,6 +78,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 Expand Up @@ -182,7 +186,7 @@ export const pluginInfos: PluginInfo[] = [
author: 'Rivet Team',
package: 'rivet-plugin-fs',
tag: 'latest',
logoImage: RivetLogo,
logoImage: FolderLogo,
},
{
type: 'built-in',
Expand Down

0 comments on commit 4dfb0aa

Please sign in to comment.