doc: update base_url ver: bump
This commit is contained in:
parent
c9ce0c38bb
commit
c80625a418
9 changed files with 21 additions and 21 deletions
|
|
@ -29,7 +29,7 @@ from nomyo import SecureChatCompletion
|
|||
|
||||
# Create client with secure memory enabled (default)
|
||||
client = SecureChatCompletion(
|
||||
base_url="https://api.nomyo.ai:12434",
|
||||
base_url="https://api.nomyo.ai",
|
||||
secure_memory=True # Enabled by default
|
||||
)
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ from nomyo import SecureChatCompletion
|
|||
|
||||
# Disable secure memory for testing or when not needed
|
||||
client = SecureChatCompletion(
|
||||
base_url="https://api.nomyo.ai:12434",
|
||||
base_url="https://api.nomyo.ai",
|
||||
secure_memory=False
|
||||
)
|
||||
```
|
||||
|
|
@ -210,7 +210,7 @@ from nomyo import SecureChatCompletion
|
|||
async def secure_chat():
|
||||
# Create client with maximum security
|
||||
client = SecureChatCompletion(
|
||||
base_url="https://api.nomyo.ai:12434",
|
||||
base_url="https://api.nomyo.ai",
|
||||
secure_memory=True # Default
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue