Spaces:
Sleeping
Sleeping
Deploy Myco from CI
Browse files- game/engine.py +1 -0
game/engine.py
CHANGED
|
@@ -588,3 +588,4 @@ def eat_current(current=None, history=None):
|
|
| 588 |
)
|
| 589 |
reply = _llm(prompt, ctx) or f"Myco blocks you — {current.get('name','this')} hasn't been studied enough!"
|
| 590 |
return _append(hist, "assistant", reply)
|
|
|
|
|
|
| 588 |
)
|
| 589 |
reply = _llm(prompt, ctx) or f"Myco blocks you — {current.get('name','this')} hasn't been studied enough!"
|
| 590 |
return _append(hist, "assistant", reply)
|
| 591 |
+
|