gitignore update
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,3 +11,4 @@
|
||||
__marimo__
|
||||
__pycache__/
|
||||
|
||||
data/
|
||||
@@ -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?',
|
||||
|
||||
Reference in New Issue
Block a user