forked from phoenix/litellm-mirror
(fix) proxy server dockerfile
This commit is contained in:
parent
d9cc9fe566
commit
a4f4af1df3
3 changed files with 6 additions and 2 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"
|
||||
print("making request")
|
||||
openai.api_key = "anything" # this gets passed as a header
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue