Skip to content

Commit

Permalink
fix: fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Oct 4, 2023
1 parent 8fd9ee7 commit 76ba418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .changeset/sixty-birds-kiss.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"hopfield": patch
"hopfield": minor
---

**Fix:** moved to fix output types.
**Fix:** fixed output types by bundling Zod.
1 change: 0 additions & 1 deletion src/_test/function.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { hop } from '../index.js';

import openai from '../openai/index.js';
// import OpenAI from 'openai';
import { z } from 'zod';

const template = hop.client(openai).template();
Expand Down

1 comment on commit 76ba418

@vercel
Copy link

@vercel vercel bot commented on 76ba418 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.