llm_game_hackathon/README.md
Thomas van der Meer b4e332b525 add readme
2024-11-22 14:40:39 +01:00

10 lines
353 B
Markdown

for cloning: `git config --global http.sslverify false`
for installing the environment, install uv -> `pip install uv`
after that, create an environment `uv venv`
install the packages by running `uv sync`
create an .env file by running `touch .env`
add the following line: `TOGETHER_API_KEY=<together API key>`
if you don't have it, please ask me :)