Skip to content

Github mirror of "mediawiki/extensions/AIEditingAssistant" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

License

Notifications You must be signed in to change notification settings

wikimedia/mediawiki-extensions-AIEditingAssistant

Repository files navigation

Connection parameters

Use BlueSpiceConfigManager (Editor => AIEditingAssistant ) to configure parameters for connecting to the provider.

Config is a JSON

{
    "url": "<url to service>"
    "endpoint": "<endpoint>",
    "secret": "<api-key>",
    "model": "<model-type>"
}

What is not needed does not need to be configured

  • For OpenAI

url (optional) - default https://api.openai.com/v1/

endpoint (optional) - default chat/completions

secret (mandatory)

model (optional) - default gpt-3.5-turbo

  • For Ollama

url (mandatory)

endpoint (optional) - default api/chat

secret (optional) - default

model (optional) - default llama3

About

Github mirror of "mediawiki/extensions/AIEditingAssistant" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •