Skip to content

Commit

Permalink
Update ai_handler.py to conditionally set OpenAI key and expand READM…
Browse files Browse the repository at this point in the history
…E.md with example problem
  • Loading branch information
mrT23 committed Jan 23, 2024
1 parent ad2c483 commit 33ed32a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Official Implementation
- [How to run](#how-to-run)
- [Technical Q&A](#technical-qa)
- [Broader Applicability](#broader-applicability)
- [Example Problem](#example-problem)
- [Acknowledgments](#acknowledgments)
- [Citation](#citation)

Expand Down Expand Up @@ -155,7 +156,7 @@ The list above is partial. See the [paper](https://arxiv.org/abs/2401.08500) for


## Example Problem
In this section, we present an example problem from the CodeContests dataset (test-set, problem 1), in order to demonstrate the complexity of the problems in the dataset, and the challenges they pose to LLMs.
In this section, we present an example for a full problem from the CodeContests dataset (test-set, problem 1), in order to demonstrate the complexity of the problems in the dataset, and the challenges they pose to LLMs.

```
problem name: '1575_B. Building an Amusement Park'
Expand Down

0 comments on commit 33ed32a

Please sign in to comment.