Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,7 @@ class NoAuth(httpx.Auth):
|
|
| 10 |
yield request
|
| 11 |
|
| 12 |
client = OpenAI(
|
| 13 |
-
base_url="https://
|
| 14 |
-
api_key="doesnt-matter",
|
| 15 |
http_client=httpx.Client(auth=NoAuth())
|
| 16 |
)
|
| 17 |
|
|
|
|
| 10 |
yield request
|
| 11 |
|
| 12 |
client = OpenAI(
|
| 13 |
+
base_url="https://Koaris-voxserve.hf.space/v1",
|
|
|
|
| 14 |
http_client=httpx.Client(auth=NoAuth())
|
| 15 |
)
|
| 16 |
|