Нема описа

galo 5c14de1416 first пре 11 месеци
app c05efb5c7b first пре 11 месеци
Dockerfile c05efb5c7b first пре 11 месеци
README.md 5c14de1416 first пре 11 месеци
requirements.txt c05efb5c7b first пре 11 месеци

README.md

Docker de chat usando LangChain e FastAPI

ultiliza Ollama e Mistral, requer recursos para a LLM local

Prerequisites

  • Git
  • Docker

Setup and Installation

  1. git clone https://github.com/Galomortal47/LangChain.git
    
  2. cd LangChain
    
  3. docker build -t chat-api .
    
  4. docker run -p 8000:8000 --env-file .env chat-api
    
  5. curl -X POST http://localhost:8000/chat/ -H "Content-Type: application/json" -d "{\"message\": \"Qual a capital da França?\"}"