Skip to content

Commit

Permalink
Updates plugin logos
Browse files Browse the repository at this point in the history
  • Loading branch information
gogwilt committed Dec 17, 2023
1 parent b1a70cf commit cd63e39
Show file tree
Hide file tree
Showing 3 changed files with 4 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.
6 changes: 4 additions & 2 deletions packages/app/src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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';

type SharedPluginInfo = {
id: string;
Expand Down Expand Up @@ -49,7 +51,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 Down Expand Up @@ -183,7 +185,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 cd63e39

Please sign in to comment.