Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ class NoAuth(httpx.Auth):
|
|
10 |
yield request
|
11 |
|
12 |
client = OpenAI(
|
13 |
-
api_key="dddd"
|
14 |
base_url="http://localhost:8000/v1",
|
15 |
http_client=httpx.Client(auth=NoAuth())
|
16 |
)
|
|
|
10 |
yield request
|
11 |
|
12 |
client = OpenAI(
|
13 |
+
api_key="dddd",
|
14 |
base_url="http://localhost:8000/v1",
|
15 |
http_client=httpx.Client(auth=NoAuth())
|
16 |
)
|