promptulate icon indicating copy to clipboard operation
promptulate copied to clipboard

🚀Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!

Results 81 promptulate issues
Sort by recently updated
recently updated
newest added

https://undertone0809.github.io/promptulate/#/modules/llm/erniebot?id=%e7%99%be%e5%ba%a6%e6%96%87%e5%bf%83erniebot Description

Gitalk
/modules/llm/erniebot

https://undertone0809.github.io/promptulate/#/ Description

Gitalk
/

https://undertone0809.github.io/promptulate/#/README Description

Gitalk
/README

https://undertone0809.github.io/promptulate/#/modules/client?id=client Description

Gitalk
/modules/client

https://undertone0809.github.io/promptulate/#/modules/llm/llm?id=llm Description

Gitalk
/modules/llm/llm

https://undertone0809.github.io/promptulate/#/other/fqa Description

Gitalk
/other/fqa

https://undertone0809.github.io/promptulate/#/modules/framework?id=framework Description

Gitalk
/modules/framework

https://undertone0809.github.io/promptulate/#/modules/llm?id=llm Description

Gitalk
/modules/llm

http://localhost:3000/#/get_started/quick_start?id=%e5%bf%ab%e9%80%9f%e5%bc%80%e5%a7%8b Description

Gitalk
/get_started/quick_start

Many instance parameters of `prompt.config.Config` can be change to class method. Using class method obtain more optimized code experience. - current Config ```python class Config(metaclass=Singleton): def __init__(self): logger.info(f"[pne config] Config...

enhancement