Skip to content

Commit

Permalink
Change to prod url to connect to the proxy (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jucaski committed Sep 20, 2024
1 parent 9a53e4a commit 9d0ed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/openai/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

messages = h9.load("messages", [])
client = OpenAI(
base_url="https://api.devel.hal9.com/proxy/server=https://api.openai.com/v1/",
base_url="https://api.hal9.com/proxy/server=https://api.openai.com/v1/",
api_key = "hal9"
)

Expand Down

0 comments on commit 9d0ed1d

Please sign in to comment.