Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 26ed848

Browse files
committed
perf: add gpt-4o-mini to supported models API
1 parent 44d9017 commit 26ed848

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'README.md'
79
workflow_dispatch:
810

911
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ curl --location 'http://你的服务器ip:8080/v1/chat/completions' \
6868
- claude-3-haiku
6969
- llama-3-70b
7070
- mixtral-8x7b
71-
71+
- gpt-4o-mini
7272
## 高级设置
7373

7474
默认情况不需要设置,除非你有需求

0 commit comments

Comments
 (0)