You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, AgentOS auto-detects the best available provider from your environment and selects the optimal model for the task:
69
+
AgentOS auto-detects which provider to use from your environment variables and maps each provider to a sensible default model (see [Default Models Per Provider](#default-models-per-provider) below):
70
70
71
71
```typescript
72
72
import { generateText } from'@framers/agentos';
73
73
74
-
// Zero config -- auto-detects provider from env vars, picks the best model
74
+
// Zero config -- auto-detects provider from env vars, uses its default model
0 commit comments