Skip to content

Code for the talk2meBIM hackathon challenge!

Notifications You must be signed in to change notification settings

xeokit/talk-to-me-bim

 
 

Repository files navigation

talk-to-me-bim

Code for the talk2meBIM hackathon challenge!

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
const openAIApiKey = '{your-key-here}';

install it!

npm install

run it!

npm run dev

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

About

Code for the talk2meBIM hackathon challenge!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.5%
  • CSS 8.6%
  • JavaScript 2.8%
  • HTML 2.1%