agiresearch / OpenAGI

OpenAGI: When LLM Meets Domain Experts
MIT License
1.82k stars 151 forks source link

refactor: change the format of LLM request as the dictionary to support system prompt #75

Closed dongyuanjushi closed 2 weeks ago

dongyuanjushi commented 2 weeks ago
  1. change the format of LLM request as the dictionary to support system prompt
  2. refactor the folder structure, move the folders out of the src folder
  3. update README.md with instructions of how to install pyopenagi from PYPI and locally