File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ provides memory features for LLM conversations, including short-term memory
1616
17171 . Clone the repository
18182 . Install dependencies:
19- ```
20- pip install -r requirements.txt
21- ```
19+ ```
20+ pip install -r requirements.txt
21+ ```
22223 . 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
You can’t perform that action at this time.
0 commit comments