File size: 654 Bytes
16b3069
f114b7f
16b3069
 
 
 
55a034a
16b3069
 
0ce34cb
16b3069
0ce34cb
 
8398b85
 
 
d78d0c6
 
 
8398b85
 
 
 
0ce34cb
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Think in Sync
emoji: 🐢
colorFrom: blue
colorTo: pink
sdk: docker
app_port: 8080
pinned: false
---
# Think in Sync

You will be given a secret word. Your goal is to describe this secret word so that an AI can guess it.
However, you are only allowed to say one word at the time, taking turns with another AI.

## Develop locally

You need Node.js and npm installed on your system.

Add a .env file with `VITE_MISTRAL_API_KEY=xxx` to query Mistral LLM from your local environment.

```
npm i
npm run dev
```

## What technologies are used for this project?

This project is built with .

- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS