2023-03-17 15:16:20 +08:00
..
2023-02-28 00:36:43 +08:00
2023-03-17 15:16:20 +08:00
2023-02-28 00:36:43 +08:00

LLM-Handle

General

The LLM-Handle is the tool to automate the process of communicating with LLM models such as ChatGPT. It mainly performs the following tasks:

  • Initialize the task with some pre-set prompts
  • Extract the useful information from the model's response
  • Pass the outside information to the model as accurate command.

Example usage

TODO