32baaebb93
Add ability to see, change and list gemini, mistral and ollama models
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
export type MessagePart = {
|
|
bot: boolean;
|
|
name?: string;
|
|
content: string;
|
|
images: string[];
|
|
} |