Skip to content

Commit 0f3f67d

Browse files
author
lno
committed
Typo: remove extra /
1 parent dea4f5e commit 0f3f67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import openai
121121
openai.api_key = 'Free the models'
122122

123123
# Point to your own url
124-
openai.api_base = "http://127.0.0.1:8080/"
124+
openai.api_base = "http://127.0.0.1:8080"
125125

126126
# Do your usual things, for instance a completion query:
127127
print(openai.Model.list())

0 commit comments

Comments
 (0)