Skip to content

Commit

Permalink
fix client
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutphilippe committed Sep 28, 2024
1 parent aeda813 commit a5f2dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lumaai/functions/generation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { log } from "@restackio/restack-sdk-ts/function";
import LumaAI from "lumaai";
import { lumaaiClient } from "lumaai/utils/client";
import { lumaaiClient } from "../utils/client";

export async function lumaaiGeneration({
prompt,
Expand Down
2 changes: 1 addition & 1 deletion lumaai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restackio/integrations-lumaai",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/service.js",
"types": "dist/service.d.ts",
"scripts": {
Expand Down

0 comments on commit a5f2dea

Please sign in to comment.