Novaciano commited on
Commit
4b2f91a
·
verified ·
1 Parent(s): 04c7ec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ async def playground(
39
 
40
  response = ""
41
  async for part in await client.chat(
42
- model="Novaciano/Luciferian_Cultist-3.2-1B",
43
  messages=messages,
44
  options={
45
  "num_ctx": int(num_ctx),
 
39
 
40
  response = ""
41
  async for part in await client.chat(
42
+ model="gemma3:270m",
43
  messages=messages,
44
  options={
45
  "num_ctx": int(num_ctx),