Igora clients
official client igora_web
cp .env-example igora_web/.env
cd igora_web
npm install
npm run dev
then open http://127.0.0.1:5173
OpenAi API compatible client
Can be used to translate OpenAi Api request to Igora request.
For example works with :
-
obsidian ollama plugin
-
Microsoft Autogen
-
CrewAi
-
Libreoffice clients/libreoffice/24.2.1/llm/README.md
- exemple "Plantes robotiques" clients/libreoffice/24.2.1/plantes_robotiques_1.odt
cd openai
npm install
npm run dev
then the openAi Api compatible endpoint can be accessed at http://127.0.0.1:5678/v1/chat/completions
You can open a sparse ui to test at http://127.0.0.1:5678