langchain-chatbot/Makefile
Christopher Arraya 84e82bcb5d initial commit
2023-06-14 00:12:43 -04:00

8 lines
101 B
Makefile

.PHONY: start
start:
uvicorn main:app --reload --port 9000
.PHONY: format
format:
black .
isort .