galo 3 月之前
父节点
当前提交
036522f846
共有 1 个文件被更改,包括 20 次插入5 次删除
  1. 20 5
      README.md

+ 20 - 5
README.md

@@ -8,8 +8,23 @@ ultiliza Ollama e Mistral, requer recursos para a LLM local
 
 ## Setup and Installation
 
-1. git clone https://github.com/your-username/takehome-python.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?\"}"
+1. 
+```
+git clone https://github.com/your-username/takehome-python.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?\"}"
+```