atisharma / chasm_engine

CHAracter State Management - a generative text adventure (engine)
https://chasm.run
GNU Affero General Public License v3.0
61 stars 5 forks source link

Better integration/parsing of non-llm commands / commands that change state #9

Open atisharma opened 12 months ago

atisharma commented 12 months ago

https://old.reddit.com/r/LocalLLaMA/comments/1825yqm/looking_for_beta_testers_for_chasm_the_llmdriven/kalj464/

it just needs more integration of commands with llm(/go east vs east vs map actual exits or /take with take) because now it's confusing what can be done in game actually and what is hallucination which doesn't change real game state that much

atisharma commented 12 months ago

Solved 'e' 'w' etc, but /take needs to be improved.