main idea is now working :)

Using openai for tts and groq for ollama fast inference
This commit is contained in:
Dobromir Popov
2024-06-12 10:05:09 +03:00
parent 8bafcd9dbe
commit 4627f16284
6 changed files with 308 additions and 20 deletions

View File

@ -13,8 +13,10 @@
"dotenv": "^16.4.5",
"express": "^4.18.2",
"git": "^0.1.5",
"groq-sdk": "^0.4.0",
"node-persist": "^3.1.3",
"ollama": "^0.5.1",
"openai": "^4.50.0",
"request": "^2.88.2",
"ws": "^8.12.1"
}