forked from phoenix/litellm-mirror
(fix) rename proxy to openai-proxy
This commit is contained in:
parent
5d78e054ab
commit
5ac497c56b
5 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import openai
|
||||
openai.api_base = "http://127.0.0.1:8000"
|
||||
openai.api_base = "http://0.0.0.0:8000"
|
||||
openai.api_key = "this can be anything"
|
||||
print("making request")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue