File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ export enum ModelProviderName {
243
243
VENICE = "venice" ,
244
244
AKASH_CHAT_API = "akash_chat_api" ,
245
245
LIVEPEER = "livepeer" ,
246
- LETZAI = "letzai" ,
246
+ LETZAI = "letzai" ,
247
247
}
248
248
249
249
/**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elizaos/plugin-letzai" ,
3
3
"version" : " 0.0.1" ,
4
+ "author" : " LetzAI" ,
5
+ "description" : " Enables Image Generation through LetzAI API" ,
4
6
"main" : " dist/index.js" ,
5
7
"type" : " module" ,
6
8
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -72,9 +72,8 @@ export const letzAiImageGeneration = {
72
72
] ,
73
73
} ;
74
74
75
- t letzAIPlugin = {
75
+ export const letzAIPlugin = {
76
76
name : "letzai" ,
77
77
actions : [ letzAiImageGeneration ] ,
78
78
} ;
79
79
80
- export default letzAIPlugin ;
You can’t perform that action at this time.
0 commit comments