Skip to content

Commit efeab99

Browse files
committed
feat(): new sdk package: llm
1 parent b646a66 commit efeab99

File tree

78 files changed

+6679
-1032
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+6679
-1032
lines changed

sdk/llm-sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2025-03-21)
7+
8+
### Features
9+
10+
- new sdk package: llm ([c20a3d7](https://github.com/easyops-cn/next-api-sdk/commit/c20a3d7ffefae8a3c90601c4627d9a900c0ce675))

sdk/llm-sdk/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# @next-api-sdk/llm-sdk
2+
3+
**DO NOT MODIFY THIS PACKAGE MANUALLY.**
4+
**IT IS AUTO GENERATED BY [@next-core/create-api-sdk] v1.0.32**
5+
6+
Llm SDK.
7+
8+
## Usage
9+
10+
```bash
11+
yarn add @next-api-sdk/llm-sdk
12+
```
13+
14+
```ts
15+
import * as LlmSdk from "@next-api-sdk/llm-sdk";
16+
```
17+
18+
[@next-core/create-api-sdk]: https://github.com/easyops-cn/next-core/tree/master/packages/create-api-sdk

0 commit comments

Comments
 (0)