Skip to content

Commit 02bc7ae

Browse files
authored
Update example.py
1 parent 8ecea10 commit 02bc7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/python/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
openai.api_key = api_key
1616

17-
# Set this to your local instance or Cloudflare Deployment:
17+
# Set this to your local instance or Cloudflare deployment:
1818
openai.api_base = "http://localhost:8787/proxy"
1919

2020
def make_sample_requests():
@@ -26,7 +26,7 @@ def make_sample_requests():
2626
print('Completion 1:')
2727
print(completion1)
2828

29-
# Sample prompt but different options (different cache)
29+
# Same prompt but different options (different cache)
3030
completion2 = openai.Completion.create(
3131
model="text-ada-001",
3232
prompt="write a poem about computers",

0 commit comments

Comments
 (0)