doc: update base_url ver: bump
This commit is contained in:
parent
c9ce0c38bb
commit
c80625a418
9 changed files with 21 additions and 21 deletions
|
|
@ -12,7 +12,7 @@ The client MUST connect using HTTPS in production environments:
|
|||
|
||||
```python
|
||||
# ✅ SECURE (Production)
|
||||
client = SecureChatCompletion(base_url="https://api.nomyo.ai:12434")
|
||||
client = SecureChatCompletion(base_url="https://api.nomyo.ai")
|
||||
|
||||
# ⚠️ INSECURE (Local development only)
|
||||
client = SecureChatCompletion(base_url="http://localhost:12434", allow_http=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue