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
116 stars 14 forks source link

code #21

Closed Quester-one closed 10 months ago

Quester-one commented 10 months ago

Your work is very interesting. When can you update the following functions from src.llm_api import get_query query_model = get_query(LLM_name) Thank you very much for this part of the code!

Holmeswww commented 10 months ago

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

13