From 74aecff2bd0300e2dd0f6f57ffe6582ddf6ac975 Mon Sep 17 00:00:00 2001 From: Luigi Maiorano Date: Mon, 1 Dec 2025 13:49:27 +0100 Subject: [PATCH] gitignore update --- .gitignore | 1 + VB_interviews_sandbox.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e56a089..dceb869 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ __marimo__ __pycache__/ +data/ \ No newline at end of file diff --git a/VB_interviews_sandbox.py b/VB_interviews_sandbox.py index 363551b..1ba8a7a 100644 --- a/VB_interviews_sandbox.py +++ b/VB_interviews_sandbox.py @@ -62,7 +62,7 @@ def _(mo): @app.cell def _(client): - response_chat = client.chat(model='gemini-3-pro-preview:latest', messages=[ + response_chat = client.chat(model='deepseek-r1:7b', messages=[ { 'role': 'user', 'content': 'Why is the sky blue?',