Skip to content

Other LLM/LMM's than OpenAI does not seem to work #101

Description

@hamborg

I have tried various solutions to try so setup BLLM with free model like Ollamas models Llama3.2 or Llava. but BLLM does not seem to accept these in any way.

Setting up local models gives the error ... does not support tools/functions. I tried both mentioned options; starting a local model or using Docker. Same error.

When going into the code, the _get_model() function in helpers/llm_models.py condition on the available models. But all of these return the error:
client._types.ResponseError: model 'xxxxx' not found (status code: 404).

There is no help to find in the documentation (which also seems very poorly maintained).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions