microsoft / SmartPlay

SmartPlay is a benchmark for Large Language Models (LLMs). Uses a variety of games to test various important LLM capabilities as agents. SmartPlay is designed to be easy to use, and to support future development of LLMs.
Creative Commons Attribution 4.0 International
121 stars 14 forks source link

Missing llm_api module #13

Closed weiwangorg closed 1 year ago

weiwangorg commented 1 year ago

When running examples/experiment.py, it reported an error: ModuleNotFoundError: No module named 'llm_api'

Holmeswww commented 1 year ago

Hello,

We do not provide API for LLM

Please replace llm_api with your own API to your LLM (for example the Openai API).

Holmeswww commented 1 year ago

Added comments on replacing llm_api.