Skip to content

Commit

Permalink
Small fixes resolving Daniel's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchoz committed Jan 6, 2025
1 parent ec77980 commit a584e00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export enum ModelProviderName {
VENICE = "venice",
AKASH_CHAT_API = "akash_chat_api",
LIVEPEER = "livepeer",
LETZAI="letzai",
LETZAI = "letzai",
}

/**
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-letzai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@elizaos/plugin-letzai",
"version": "0.0.1",
"author": "LetzAI",
"description": "Enables Image Generation through LetzAI API",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions packages/plugin-letzai/src/index-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ export const letzAiImageGeneration = {
],
};

t letzAIPlugin = {
export const letzAIPlugin = {
name: "letzai",
actions: [letzAiImageGeneration],
};

export default letzAIPlugin;

0 comments on commit a584e00

Please sign in to comment.