crazyyanchao / llmcompiler

LLMCompiler is an Agent Architecture designed to speed up the execution of agent tasks by executing them quickly in the DAG. It also saves the cost of redundant token use by reducing the number of calls to the LLM.
Apache License 2.0
18 stars 3 forks source link

Add Support for Custom Prompts and Refactor Prompt Management - Reworked #7

Closed docluis closed 1 month ago

docluis commented 2 months ago

Updated Description

Feel free to let me know if that solved the issue you mentioned :)

Previous Description

This PR introduces support for custom prompts that can overwrite predefined prompts, addressing the issue of some prompts being in Chinese only. The following updates have been made:

Request for Feedback:

Awesome project! :)

crazyyanchao commented 1 month ago

@docluis A very useful upgrade:)