YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Русский чат-бот ИИ на Hugging Face

Как запустить

  1. Установить зависимости:
pip install -r requirements.txt
  1. Запустить бота:
python app.py

Доступ через API

После развертывания на Hugging Face Space, используйте токен:

import requests

API_URL = "https://api-inference.huggingface.co/models/username/my_russian_ai"
headers = {"Authorization": "Bearer YOUR_API_TOKEN"}

def query(payload):
    response = requests.post(API_URL, headers=headers, json=payload)
    return response.json()

print(query({"inputs": "Привет, ИИ!"}))
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support