
#  Solving problems with AI solutions

```
Exercise ID 1575286
```

##  Assignment 

An Online Scientific Journal called **Terra Scientia** wants to use AI to make their scientific papers more accessible to a wider audience. To do this, they want to develop a feature where users can double-click on words they don't understand, and an AI model will explain what it means in the context of the article.

To accomplish this, the developers at **Terra Scientia** want to build the feature on top of the OpenAI API.

Which OpenAI API endpoint(s) could they use to build this feature?

##  Hints 

- **Terra Scientia** will likely be sending a prompt containing the word to explain, some additional context from the article, and an instruction that an explanation should be provided; the desired response is a brief and relevant explanation.
- Chat models perform well at **single-turn** as well as **multi-turn** conversations.



##  Solution 

No solution was found.


