HiOllama
1.0.0
Uma interface elegante e fácil de usar para interagir com os modelos Ollama, construída com Python e 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
As configurações padrão podem ser modificadas em main.py :
DEFAULT_OLLAMA_URL = "http://localhost:11434"
DEFAULT_MODEL_NAME = "llama3" Erro de conexão
ollama serve )Modelo não encontrado
ollama pull model_nameollama listConflito portuário
main.py : app . launch ( server_port = 7860 ) # Change to another port As contribuições são bem -vindas! Sinta -se à vontade para enviar uma solicitação de tração.
git checkout -b feature/AmazingFeature )git commit -m 'Add some AmazingFeature' )git push origin feature/AmazingFeature )Este projeto está licenciado sob a licença do MIT - consulte o arquivo de licença para obter detalhes.
Feito com ❤️ por smaranjit ghose