Skip to content

Commit f2c4e06

Browse files
committed
fix format
1 parent 9c723d0 commit f2c4e06

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ provides memory features for LLM conversations, including short-term memory
1616

1717
1. Clone the repository
1818
2. Install dependencies:
19-
```
20-
pip install -r requirements.txt
21-
```
19+
```
20+
pip install -r requirements.txt
21+
```
2222
3. Set up environment variables:
23-
```
24-
# Required
25-
REDIS_URL=redis://localhost:6379
26-
27-
# Optional
28-
PORT=8000
29-
LONG_TERM_MEMORY=true
30-
MAX_WINDOW_SIZE=12
31-
MODEL=gpt-3.5-turbo
32-
33-
# For OpenAI
34-
OPENAI_API_KEY=your_openai_api_key
35-
```
23+
```
24+
# Required
25+
REDIS_URL=redis://localhost:6379
26+
27+
# Optional
28+
PORT=8000
29+
LONG_TERM_MEMORY=true
30+
MAX_WINDOW_SIZE=12
31+
MODEL=gpt-3.5-turbo
32+
33+
# For OpenAI
34+
OPENAI_API_KEY=your_openai_api_key
35+
```
3636

3737
## Usage
3838

@@ -52,4 +52,4 @@ python main.py
5252
- `POST /sessions/{session_id}/retrieval`: Perform semantic search on session memory
5353

5454
## License
55-
55+
TBD

0 commit comments

Comments
 (0)