From 6e245731fe625ab1dfb36da173609445ea8c5a31 Mon Sep 17 00:00:00 2001 From: Amy Nguyen Date: Wed, 21 Aug 2024 15:17:53 -0700 Subject: [PATCH] update readme --- 12_model/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/12_model/README.md b/12_model/README.md index e817810..81cde1b 100644 --- a/12_model/README.md +++ b/12_model/README.md @@ -74,8 +74,9 @@ following example, we use Chat-GPT to answer questions about our Users. Additionally, since our questions are often repeated, we cache the results of the queries, limiting the number of API requests we need to make. -The example code below, which can be found in its entirety in the **[2_openai.py](2_openai.py)** file, -shows how to run a API request in a python resolver: +The example code below shows how to run a API request in a python resolver: + +**[2_openai.py](2_openai.py)** ```python # run queries by the hash of the prompt