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?',