Skip to content

Commit

Permalink
update llm-toolkit version for newer models
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Apr 10, 2024
1 parent da1c913 commit 19e9dbe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
6 changes: 1 addition & 5 deletions apps/proxy/src/lib/OpenAIHandler.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
ObservabilityReportMetadata,
PromptExecutionType,
Provider,
} from "@pezzo/types";
import { PromptExecutionType, Provider } from "@pezzo/types";
import { RequestWithPezzoClient } from "../types/common.types";
import { Response } from "express";
import axios from "axios";
Expand Down
2 changes: 1 addition & 1 deletion libs/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pezzo/client",
"description": "TypeScript API client for Pezzo",
"version": "0.4.18",
"version": "0.4.19",
"type": "commonjs",
"author": "Ariel Weinberger",
"keywords": [
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nx/nest": "16.6.0",
"@nx/next": "16.6.0",
"@pezzo/knex-clickhouse-dialect": "^1.3.0",
"@pezzo/llm-toolkit": "^0.5.0",
"@pezzo/llm-toolkit": "^0.6.0",
"@prisma/client": "^5.1.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
Expand Down

0 comments on commit 19e9dbe

Please sign in to comment.