Files
IfcOpenShell/src/ifcchat/README.md
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
415 B
Markdown
Raw Normal View History

2026-04-01 15:33:23 +02:00
IfcOpenShell AI Assistant
=========================
2026-04-03 10:49:36 +02:00
A web-based client-side (pyodide + OpenAI, Anthropic, Gemini, or OpenRouter API) model interrogation and generation API based on: ifcedit, ifcquery and ifcmcp (ifcopenshell-mcp) packaged in a HTML+JS application.
2026-04-01 15:33:23 +02:00
### Setup instructions
```
pip download ifcquery==0.8.5 ifcopenshell-mcp==0.8.5 ifcedit==0.8.5 lark==1.3.1 isodate==0.7.2 --no-deps -d ./dist
```