Commit 737d603
committed
Print helpful OpenAI-compatible server info
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
============================================================
````1 parent 568502e commit 737d603
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
1076 | 1091 | | |
1077 | 1092 | | |
1078 | 1093 | | |
| |||
0 commit comments