Skip to content

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

install it!

npm ci

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