DocumentationDémarrerPlateforme IkigeniaLearning HubArcaniaGuidesUtilisation d'Oobabooga

Utilisation d'Oobabooga

Apprenez à configurer et utiliser Oobabooga text-generation-webui comme backend IA pour Arcania

Vous pouvez consulter la documentation complète d'Oobabooga ici.

Étapes d'Installation

  1. Installez Oobabooga :

    python3 -m venv venv
    source venv/bin/activate
    # choisissez le fichier requirements.txt approprié pour votre système
    pip install -r requirements.txt
    # installez l'extension openai
    pip install -r extensions/openai/requirements.txt
  2. Démarrez le serveur :

    python server.py --api
  3. Configurez Oobabooga : Ouvrez http://127.0.0.1:7860/ dans votre navigateur et configurez le serveur. Assurez-vous de charger le modèle dans l'onglet "Model".

  4. Activez le serveur dans le client :

    paramètres -> ChatBot -> ChatBot Backend -> ChatGPT

    Ensuite, définissez OpenAI URL sur http://localhost:5000

    paramètres -> ChatBot -> ChatGPT -> OpenAI URL -> http://localhost:5000