File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1835
1835
"type" : " string" ,
1836
1836
"format" : " url" ,
1837
1837
"pattern" : " ^https?:\\ /\\ /[^\\ s/$.?#].[^\\ s]*$" ,
1838
- "description" : " Base URL of the OpenAI-compatible API endpoint." ,
1838
+ "description" : " Base URL of the OpenAI-compatible chat completions API endpoint." ,
1839
1839
"examples" : [
1840
1840
" http://localhost:8080/v1"
1841
1841
]
2641
2641
"type" : " string" ,
2642
2642
"format" : " url" ,
2643
2643
"pattern" : " ^https?:\\ /\\ /[^\\ s/$.?#].[^\\ s]*$" ,
2644
- "description" : " Base URL of the OpenAI-compatible API endpoint." ,
2644
+ "description" : " Base URL of the OpenAI-compatible chat completions API endpoint." ,
2645
2645
"examples" : [
2646
2646
" http://localhost:8080/v1"
2647
2647
]
Original file line number Diff line number Diff line change 673
673
"type" : " string" ,
674
674
"format" : " url" ,
675
675
"pattern" : " ^https?:\\ /\\ /[^\\ s/$.?#].[^\\ s]*$" ,
676
- "description" : " Base URL of the OpenAI-compatible API endpoint." ,
676
+ "description" : " Base URL of the OpenAI-compatible chat completions API endpoint." ,
677
677
"examples" : [
678
678
" http://localhost:8080/v1"
679
679
]
1479
1479
"type" : " string" ,
1480
1480
"format" : " url" ,
1481
1481
"pattern" : " ^https?:\\ /\\ /[^\\ s/$.?#].[^\\ s]*$" ,
1482
- "description" : " Base URL of the OpenAI-compatible API endpoint." ,
1482
+ "description" : " Base URL of the OpenAI-compatible chat completions API endpoint." ,
1483
1483
"examples" : [
1484
1484
" http://localhost:8080/v1"
1485
1485
]
Original file line number Diff line number Diff line change @@ -1834,7 +1834,7 @@ const schema = {
1834
1834
"type" : "string" ,
1835
1835
"format" : "url" ,
1836
1836
"pattern" : "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$" ,
1837
- "description" : "Base URL of the OpenAI-compatible API endpoint." ,
1837
+ "description" : "Base URL of the OpenAI-compatible chat completions API endpoint." ,
1838
1838
"examples" : [
1839
1839
"http://localhost:8080/v1"
1840
1840
]
@@ -2640,7 +2640,7 @@ const schema = {
2640
2640
"type" : "string" ,
2641
2641
"format" : "url" ,
2642
2642
"pattern" : "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$" ,
2643
- "description" : "Base URL of the OpenAI-compatible API endpoint." ,
2643
+ "description" : "Base URL of the OpenAI-compatible chat completions API endpoint." ,
2644
2644
"examples" : [
2645
2645
"http://localhost:8080/v1"
2646
2646
]
Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ export interface OpenAICompatibleLanguageModel {
822
822
env : string ;
823
823
} ;
824
824
/**
825
- * Base URL of the OpenAI-compatible API endpoint.
825
+ * Base URL of the OpenAI-compatible chat completions API endpoint.
826
826
*/
827
827
baseUrl : string ;
828
828
}
Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ const schema = {
672
672
"type" : "string" ,
673
673
"format" : "url" ,
674
674
"pattern" : "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$" ,
675
- "description" : "Base URL of the OpenAI-compatible API endpoint." ,
675
+ "description" : "Base URL of the OpenAI-compatible chat completions API endpoint." ,
676
676
"examples" : [
677
677
"http://localhost:8080/v1"
678
678
]
@@ -1478,7 +1478,7 @@ const schema = {
1478
1478
"type" : "string" ,
1479
1479
"format" : "url" ,
1480
1480
"pattern" : "^https?:\\/\\/[^\\s/$.?#].[^\\s]*$" ,
1481
- "description" : "Base URL of the OpenAI-compatible API endpoint." ,
1481
+ "description" : "Base URL of the OpenAI-compatible chat completions API endpoint." ,
1482
1482
"examples" : [
1483
1483
"http://localhost:8080/v1"
1484
1484
]
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ export interface OpenAICompatibleLanguageModel {
394
394
env : string ;
395
395
} ;
396
396
/**
397
- * Base URL of the OpenAI-compatible API endpoint.
397
+ * Base URL of the OpenAI-compatible chat completions API endpoint.
398
398
*/
399
399
baseUrl : string ;
400
400
}
Original file line number Diff line number Diff line change 374
374
"type" : " string" ,
375
375
"format" : " url" ,
376
376
"pattern" : " ^https?:\\ /\\ /[^\\ s/$.?#].[^\\ s]*$" ,
377
- "description" : " Base URL of the OpenAI-compatible API endpoint." ,
377
+ "description" : " Base URL of the OpenAI-compatible chat completions API endpoint." ,
378
378
"examples" : [
379
379
" http://localhost:8080/v1"
380
380
]
You can’t perform that action at this time.
0 commit comments