Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 722 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 722 Bytes

talk-to-me-bim

Code for the talk2meBIM hackathon challenge!

🎥 connecting the LLM to the viewer and the model data

talk-to-me-2-15fps.mov

🎥 connecting the LLM to the model database

talk-to-me-4-aggregation-15fps.mov

clone it!

git clone https://github.com/tmarti/talk-to-me-bim

configure it!

Edit src/agents/agent.ts and insert your openAI API key:

// Insert here your openai API key
export const openAIApiKey = '{your-key-here}';

install it!

npm ci

run it!

npm run dev

Now you can navigate to http://localhost:5173/