Spaces:
Running
Running
typo
Browse files
README.md
CHANGED
@@ -216,7 +216,7 @@ Or you can send to the endpoint directly, which will handle the formatting:
|
|
216 |
```python
|
217 |
from openai import OpenAI
|
218 |
|
219 |
-
client = OpenAI(
|
220 |
|
221 |
response = client.chat.completions.create(
|
222 |
model="convergence-ai/proxy-lite",
|
|
|
216 |
```python
|
217 |
from openai import OpenAI
|
218 |
|
219 |
+
client = OpenAI(base_url="http://convergence-ai-demo-api.hf.space/v1")
|
220 |
|
221 |
response = client.chat.completions.create(
|
222 |
model="convergence-ai/proxy-lite",
|