We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecea10 commit 02bc7aeCopy full SHA for 02bc7ae
examples/python/example.py
@@ -14,7 +14,7 @@
14
15
openai.api_key = api_key
16
17
-# Set this to your local instance or Cloudflare Deployment:
+# Set this to your local instance or Cloudflare deployment:
18
openai.api_base = "http://localhost:8787/proxy"
19
20
def make_sample_requests():
@@ -26,7 +26,7 @@ def make_sample_requests():
26
print('Completion 1:')
27
print(completion1)
28
29
- # Sample prompt but different options (different cache)
+ # Same prompt but different options (different cache)
30
completion2 = openai.Completion.create(
31
model="text-ada-001",
32
prompt="write a poem about computers",
0 commit comments