Skip to content

Commit a584e00

Browse files
committed
Small fixes resolving Daniel's comments
1 parent ec77980 commit a584e00

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/core/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export enum ModelProviderName {
243243
VENICE = "venice",
244244
AKASH_CHAT_API = "akash_chat_api",
245245
LIVEPEER = "livepeer",
246-
LETZAI="letzai",
246+
LETZAI = "letzai",
247247
}
248248

249249
/**

packages/plugin-letzai/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "@elizaos/plugin-letzai",
33
"version": "0.0.1",
4+
"author": "LetzAI",
5+
"description": "Enables Image Generation through LetzAI API",
46
"main": "dist/index.js",
57
"type": "module",
68
"types": "dist/index.d.ts",

packages/plugin-letzai/src/index-test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ export const letzAiImageGeneration = {
7272
],
7373
};
7474

75-
t letzAIPlugin = {
75+
export const letzAIPlugin = {
7676
name: "letzai",
7777
actions: [letzAiImageGeneration],
7878
};
7979

80-
export default letzAIPlugin;

0 commit comments

Comments
 (0)