Skip to content

Commit 72343d4

Browse files
committed
Update llms User-Agent
1 parent b757acd commit 72343d4

File tree

2 files changed

+2
-2
lines changed
  • ServiceStack

2 files changed

+2
-2
lines changed

ServiceStack/src/ServiceStack.AI.Chat/chat/llms.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"defaults": {
33
"headers": {
44
"Content-Type": "application/json",
5-
"User-Agent": "llms.py/1.0"
5+
"User-Agent": "ServiceStack.AI.Chat/1.0"
66
},
77
"text": {
88
"model": "kimi-k2",

ServiceStack/tests/NorthwindAuto/wwwroot/chat/llms.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"defaults": {
33
"headers": {
44
"Content-Type": "application/json",
5-
"User-Agent": "llms.py/1.0"
5+
"User-Agent": "ServiceStack.AI.Chat/1.0"
66
},
77
"text": {
88
"model": "kimi-k2",

0 commit comments

Comments
 (0)