remove basepath value from template
This commit is contained in:
parent
62f70ab6ef
commit
113415e2c9
|
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
|
"description": "Return response as a JSON structure as specified by a Zod schema",
|
||||||
|
"badge": "NEW",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{
|
{
|
||||||
"width": 300,
|
"width": 300,
|
||||||
|
|
@ -409,7 +411,7 @@
|
||||||
"frequencyPenalty": "",
|
"frequencyPenalty": "",
|
||||||
"presencePenalty": "",
|
"presencePenalty": "",
|
||||||
"timeout": "",
|
"timeout": "",
|
||||||
"basepath": "http://localhost:8901/v1",
|
"basepath": "",
|
||||||
"baseOptions": ""
|
"baseOptions": ""
|
||||||
},
|
},
|
||||||
"outputAnchors": [
|
"outputAnchors": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue