Skip to content

Commit

Permalink
Support for String avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Nov 2, 2023
1 parent 5e8fd7e commit a283d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/llms/vendors/IModelVendor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface IModelVendor<TSourceSetup = unknown, TLLMOptions = unknown, TAc
readonly hasServerKey?: boolean;

// components
readonly Icon: React.ComponentType;
readonly Icon: React.ComponentType | string;
readonly SourceSetupComponent: React.ComponentType<{ sourceId: DModelSourceId }>;
readonly LLMOptionsComponent: React.ComponentType<{ llm: TDLLM }>;

Expand Down

1 comment on commit a283d03

@vercel
Copy link

@vercel vercel bot commented on a283d03 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-git-main-enricoros.vercel.app
get.big-agi.com
big-agi-enricoros.vercel.app

Please sign in to comment.