6 ms·
I did something similar [1], where the text based game being a Text Interface (TI) that provides model a view and a set of actions. The model repeatedly interac
by ashz8888 3y ago
I did something similar [1], where the text based game being a Text Interface (TI) that provides model a view and a set of actions. The model repeatedly interacts with TI to achieve a goal.
In the current implementation, Text Interface allows the model to list files, open a file, and search within a file to find what it needs to satisfy the goal.
With my current set of prompts, the model is able to backtrack when it fails to find relevant info in the current file. However, I couldn't get it work with GPT-3.5. Only GPT-4 is capable to reason its way through the Text Interface.
[1] https://github.com/ash80/backtracking_gpt https://github.com/ash80/backtracking_gpt