feat: support openai compatible llm provider by adding baseUrl to config (#2674)

Signed-off-by: frank-zsy <syzhao1988@126.com>
Co-authored-by: Saket Aryan <94069182+whysosaket@users.noreply.github.com>
Co-authored-by: Saket Aryan <saketaryan2002@gmail.com>
This commit is contained in:
Frank Zhao
2025-05-27 02:55:23 +08:00
committed by GitHub
parent 8a280b4a54
commit 9622ac7dff
6 changed files with 11 additions and 3 deletions

View File

@@ -288,6 +288,11 @@ mode: "wide"
<Tab title="TypeScript">
<Update label="2025-05-27" description="v2.1.27">
**Improvements:**
- **OSS:** Added baseURL param in LLM Config.
</Update>
<Update label="2025-05-23" description="v2.1.26">
**Improvements:**
- **Client:** Removed type `string` from `messages` interface