Husnain commited on
Commit
b37db05
1 Parent(s): 6eb3f8e

♻️ [Refactor] Use official chat_template to replace mannual parses fo…

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  aiohttp
2
  fastapi
3
  httpx
 
4
  markdown2[all]
5
  openai
6
  pydantic
@@ -8,5 +9,6 @@ requests
8
  sse_starlette
9
  termcolor
10
  tiktoken
 
11
  uvicorn
12
- websockets
 
1
  aiohttp
2
  fastapi
3
  httpx
4
+ jinja2
5
  markdown2[all]
6
  openai
7
  pydantic
 
9
  sse_starlette
10
  termcolor
11
  tiktoken
12
+ transformers
13
  uvicorn
14
+ websockets