Holmeswww / AgentKit

An intuitive LLM prompting framework for multifunctional agents, by explicitly constructing a complex "thought process" from simple natural language prompts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Instructions are Insufficient

1of13 opened this issue · comments

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.

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.

9ce67a3 updates the documentation and usage of LLM_API