Skip to content

人狼知能コンテスト(自然言語部門) のLLMを用いたサンプルエージェント

License

Notifications You must be signed in to change notification settings

aiwolfdial/aiwolf-nlp-agent-llm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiwolf-nlp-agent-llm

README in English

人狼知能コンテスト(自然言語部門) のLLMを用いたサンプルエージェントです。

環境構築

Important

Python 3.11以上が必要です。

git clone https://github.com/aiwolfdial/aiwolf-nlp-agent-llm.git
cd aiwolf-nlp-agent-llm
cp config/.env.example config/.env
python -m venv .venv
source .venv/bin/activate
pip install -e .

日本語のプロンプトを使用したい場合

cp config/config.jp.yml.example config/config.yml

英語のプロンプトを使用したい場合

cp config/config.en.yml.example config/config.yml

その他

実行方法や設定などその他についてはaiwolf-nlp-agentをご確認ください。

About

人狼知能コンテスト(自然言語部門) のLLMを用いたサンプルエージェント

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%