byte-vortex commited on
Commit
50d09fc
·
verified ·
1 Parent(s): ac28313

Deploy Myco from CI

Browse files
Files changed (1) hide show
  1. 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
+