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
Example:
````shell
(oi_dev) λ interpreter --serve --model gpt-4o-mini --auto-run
Starting OpenAI-compatible server...
============================================================
Open Interpreter API Server
============================================================
To use with an OpenAI-compatible client, configure:
- API Base: http://127.0.0.1:8000
- API Path: /chat/completions
- API Key: (any value, authentication not required)
- Model name: (any value, ignored)
NOTE: The server will use the model configured in --model
Currently using: gpt-4o-mini
============================================================
````
0 commit comments