Skip to content

Local AI community container not working in AIO v9.5.1 #5327

Answered by szaimen
apfelcast asked this question in Questions
Discussion options

You must be logged in to vote

Hi @apfelcast thanks for the report. I had a look and could reproduce the issue. It looks like the chosen model for text completion is not correctly set in the database:

php occ config:list integration_openai
{
    "apps": {
        "integration_openai": {
            "types": "",
            "chat_endpoint_enabled": "1",
            "installed_version": "2.0.3",
            "enabled": "yes",
            "url": "http:\/\/nextcloud-aio-local-ai:8080"
        }
    }
}

(it misses the "default_completion_model_id": "the model" value).

Because of that, it tries to use the default model DEFAULT_COMPLETION_MODEL_ID = 'gpt-3.5-turbo';.

Unfortunately, one cannot even set a value in the admin int…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by szaimen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5299 on September 25, 2024 22:00.