feat(app): lint & beautify
This commit is contained in:
parent
9a332e79e4
commit
073b5e897c
12 changed files with 66 additions and 35 deletions
|
|
@ -7,7 +7,7 @@ import { ChatModel, EmbeddingModel } from '.';
|
|||
|
||||
export const PROVIDER_INFO = {
|
||||
key: 'gemini',
|
||||
displayName: 'Google Gemini'
|
||||
displayName: 'Google Gemini',
|
||||
};
|
||||
import { BaseChatModel } from '@langchain/core/language_models/chat_models';
|
||||
import { Embeddings } from '@langchain/core/embeddings';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue