    URL   = "https://hut.openintegrations.dev/localai/";
    Токен = "12We34...";

    Инструкция = "You are a personal math tutor. When asked a question, write and run Python code to answer the question.";
    Модель     = "smolvlm-256m-instruct";
    Имя        = "Math tutor";

    Результат = OPI_OpenAI.СоздатьАссистента(URL, Токен, Модель, Имя, Инструкция);