Skip to content

Commit 0c12590

Browse files
committed
feat: add functioncall
1 parent 0987375 commit 0c12590

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## yuanjing
22

33
**Author:** sunlm
4-
**Version:** 0.0.6
4+
**Version:** 0.0.7
55
**Type:** model
66

77
### Description

Diff for: manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.6
1+
version: 0.0.7
22
type: plugin
33
author: leeeeeem
44
name: yuanjing2

Diff for: models/llm/_position.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
- deepseek-r1
55
- deepseek-v3
66
- unicom-70b-coder
7-
- yuanjing-70b-chat
7+
- yuanjing-70b-chat
8+
- yuanjing-70b-functioncall

Diff for: models/llm/yuanjing-70b-functioncall.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
model: yuanjing-70b-functioncall
2+
label:
3+
zh_Hans: Tool-Calling
4+
en_US: Tool-Calling
5+
model_type: llm
6+
features:
7+
- agent-thought
8+
- tool-call
9+
model_properties:
10+
mode: chat
11+
context_size: 32000
12+
parameter_rules:
13+
- name: max_tokens
14+
use_template: max_tokens
15+
min: 1
16+
max: 8192
17+
default: 4096
18+
pricing:
19+
input: "0.00"
20+
output: "0.00"
21+
unit: "0.000001"
22+
currency: RMB

0 commit comments

Comments
 (0)