update marketplace llm with cache

This commit is contained in:
Henry
2023-10-10 00:01:28 +01:00
parent 2853f75e03
commit 4caa9ba9ab
33 changed files with 452 additions and 124 deletions
@@ -157,14 +157,14 @@
"id": "chatOpenAI_0",
"position": {
"x": 436.97058562345904,
"y": 99.96180150605153
"y": 29.96180150605153
},
"type": "customNode",
"data": {
"id": "chatOpenAI_0",
"label": "ChatOpenAI",
"name": "chatOpenAI",
"version": 1,
"version": 2,
"type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
"category": "Chat Models",
@@ -276,7 +276,15 @@
"id": "chatOpenAI_0-input-basepath-string"
}
],
"inputAnchors": [],
"inputAnchors": [
{
"label": "Cache",
"name": "cache",
"type": "BaseCache",
"optional": true,
"id": "chatOpenAI_0-input-cache-BaseCache"
}
],
"inputs": {
"modelName": "gpt-3.5-turbo",
"temperature": "0",
@@ -301,7 +309,7 @@
"selected": false,
"positionAbsolute": {
"x": 436.97058562345904,
"y": 99.96180150605153
"y": 29.96180150605153
},
"dragging": false
}