nextcloud / integration_openai

OpenAI integration in Nextcloud
GNU Affero General Public License v3.0
48 stars 9 forks source link

Flexible API Support Required #62

Closed zydisney closed 6 months ago

zydisney commented 6 months ago

Describe the feature you'd like to request

Allow user to custom completion API address. My API address is at {LocalAI}/v1/chat/completions current version POST request at{LocalAI}/v1/completions My api works on some versions, so i'd like to allow user to modify the completion api address.

Describe the solution you'd like

Add input box to allow user to custom api address

Describe alternatives you've considered

Allow to add multiple api addresses to allow different model servers for different purposes

MB-Finski commented 6 months ago

Implemented in https://github.com/nextcloud/integration_openai/pull/61

MB-Finski commented 6 months ago

Released: https://github.com/nextcloud/integration_openai/releases/tag/v1.1.2