Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ async def playground(
|
|
| 39 |
|
| 40 |
response = ""
|
| 41 |
async for part in await client.chat(
|
| 42 |
-
model="
|
| 43 |
messages=messages,
|
| 44 |
options={
|
| 45 |
"num_ctx": int(num_ctx),
|
|
|
|
| 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),
|