gitignore update

This commit is contained in:
2025-12-01 13:49:27 +01:00
parent 985328ce80
commit 74aecff2bd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@
__marimo__ __marimo__
__pycache__/ __pycache__/
data/

View File

@@ -62,7 +62,7 @@ def _(mo):
@app.cell @app.cell
def _(client): def _(client):
response_chat = client.chat(model='gemini-3-pro-preview:latest', messages=[ response_chat = client.chat(model='deepseek-r1:7b', messages=[
{ {
'role': 'user', 'role': 'user',
'content': 'Why is the sky blue?', 'content': 'Why is the sky blue?',