Skip to content

Commit

Permalink
fix: export llmclient
Browse files Browse the repository at this point in the history
  • Loading branch information
ogzhanolguncu committed Jun 5, 2024
1 parent 0a1f7a8 commit a093884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export * from "./src/ratelimit";
export * from "./src/error";
export * from "./src/types";
export { MODEL_NAME_WITH_PROVIDER_SPLITTER } from "./src/constants";
export { type Model, UpstashLLMClient, UpstashLLMClientConfig } from "./src/upstash-llm-client";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upstash/rag-chat",
"version": "0.0.31-alpha",
"version": "0.0.32-alpha",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit a093884

Please sign in to comment.