From bff611ec0463378cbe57e0f9854795313afffc0c Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 25 Dec 2024 17:46:28 +0100 Subject: [PATCH] setting ollama --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index aeedbad..31030a9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "taipyStudio.config.mainPythonFile": "prova.py", - "taipyStudio.gUI.elementsFilePaths": [] + "taipyStudio.gUI.elementsFilePaths": [], + "CodeGPT.apiKey": "Ollama" } \ No newline at end of file