Skip to content

Commit

Permalink
Document new option for custom OpenAI
Browse files Browse the repository at this point in the history
fixed #637

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming committed Oct 30, 2024
1 parent fb5e425 commit f10c0a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docs/user_ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ As an alternative to using an official OpenAI account, Theia IDE also supports a
{
"model": "your-model-name",
"url": "your-URL",
"id": "your-id"
"id": "your-unique-id", // Optional: if not provided, the model name will be used as the ID
"apiKey": "your-api-key" // Optional: use 'true' to apply the global OpenAI API key
}
]
}
Expand Down

0 comments on commit f10c0a6

Please sign in to comment.