Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 447 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 447 Bytes

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/