Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
areyde authored Jun 6, 2024
1 parent 3a4f484 commit f587485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_summarization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We provide dependencies via the [Poetry](https://python-poetry.org/docs/) manage

#### Generation

In order to generate your predictions, add your parameters in the (config)[configs] directory and run:
In order to generate your predictions, add your parameters in the (config)[/configs] directory and run:

* `poetry run python chatgpt.py --config="configs/config_openai.yaml"` if you use [OpenAI](https://platform.openai.com/docs/overview) models;
* `poetry run python togetherai.py --config="configs/config_together.yaml"` if you use [Together.AI](https://www.together.ai/) models.
Expand Down

0 comments on commit f587485

Please sign in to comment.