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
@@ -78,7 +78,7 @@
"id": "chatOpenAI_0",
"label": "ChatOpenAI",
"name": "chatOpenAI",
"version": 1,
"version": 2,
"type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
"category": "Chat Models",
@@ -190,7 +190,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.9,