|
wxMaxima
|
One well-known local AI server's connection defaults, offered as a quick-fill preset in the "Add custom provider" dialog (Options -> AI Chat) – picking one just pre-fills that dialog's own editable fields, it's a shortcut for not typing e.g. Ollama's default port from memory, not a fifth built-in AiProviderKind. All of these speak the OpenAI-compatible shape and normally don't check the API key at all (it can be left blank), since a local server has no third party to authenticate to. More...
#include <AiProvider.h>
Data Fields | |
| wxString | name |
| wxString | baseUrl |
| wxString | model |
One well-known local AI server's connection defaults, offered as a quick-fill preset in the "Add custom provider" dialog (Options -> AI Chat) – picking one just pre-fills that dialog's own editable fields, it's a shortcut for not typing e.g. Ollama's default port from memory, not a fifth built-in AiProviderKind. All of these speak the OpenAI-compatible shape and normally don't check the API key at all (it can be left blank), since a local server has no third party to authenticate to.