Holmeswww / AgentKit

An intuitive LLM prompting framework for multifunctional agents, by explicitly constructing a complex "thought process" from simple natural language prompts.
Creative Commons Attribution 4.0 International
269 stars 26 forks source link

Installation Instructions are Insufficient #3

Closed 1of13 closed 2 months ago

1of13 commented 2 months ago

The example usage script and installation instructions result in errors. There is no template for creating the "open.key" file nor instructions for where to put it. Additionally, some packages (e.g., openai, tiktoken) must be installed manually, as "pip install—e ." does not include them.

Your documentation leaves a lot to be desired as well.

Holmeswww commented 2 months ago

Hi,

We kept the installation to minimal requirements, and therefore did not include OpenAI and tiktoken, since the idea is that the llm_api can be replaced by any user-provided functions.

However, it makes sense to update the documentation to reflect that.

Holmeswww commented 2 months ago

9ce67a314dd3f439f5cc0effc6e0199bc19f8f0e updates the documentation and usage of LLM_API