(fix) proxy server dockerfile

This commit is contained in:
ishaan-jaff 2023-10-21 13:50:48 -07:00
parent d9cc9fe566
commit a4f4af1df3
3 changed files with 6 additions and 2 deletions

View file

@ -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