HiOllama
1.0.0
Une interface élégante et conviviale pour interagir avec les modèles Olllama, construite avec Python et Gradio.

git clone https://github.com/smaranjitghose/HiOllama.git
cd HiOllama # Windows
python -m venv env
. e nv S cripts a ctivate
# Linux/Mac
python3 -m venv env
source env/bin/activatepip install -r requirements.txt # Linux/Mac
curl -fsSL https://ollama.ai/install.sh | sh
# For Windows, install WSL2 first, then run the above command ollama servepython main.py http://localhost:7860
Les paramètres par défaut peuvent être modifiés dans main.py :
DEFAULT_OLLAMA_URL = "http://localhost:11434"
DEFAULT_MODEL_NAME = "llama3" Erreur de connexion
ollama serve )Modèle introuvable
ollama pull model_nameollama listConflit portuaire
main.py : app . launch ( server_port = 7860 ) # Change to another port Les contributions sont les bienvenues! N'hésitez pas à soumettre une demande de traction.
git checkout -b feature/AmazingFeature )git commit -m 'Add some AmazingFeature' )git push origin feature/AmazingFeature )Ce projet est autorisé en vertu de la licence MIT - voir le fichier de licence pour plus de détails.
Fabriqué avec ❤️ par Smaranjit Ghose