mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 12:19:07 +00:00
feat(keys): pass local keys to the session by default
This commit is contained in:
@@ -47,6 +47,11 @@ mc session create -e VAR1=value1 -e VAR2=value2
|
||||
|
||||
# Shorthand for creating a session with a project repository
|
||||
mc github.com/username/repo
|
||||
|
||||
# Local development with API keys
|
||||
# OPENAI_API_KEY, ANTHROPIC_API_KEY, and OPENROUTER_API_KEY from your
|
||||
# local environment are automatically passed to the container
|
||||
mc session create
|
||||
```
|
||||
|
||||
## Driver Management
|
||||
|
||||
Reference in New Issue
Block a user