Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions memoryos-playground/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# --- Basic Configuration ---
USER_ID = "demo_user"
ASSISTANT_ID = "demo_assistant"
API_KEY = "sk-7VaFJuGM146a957c4E75T3BlBkFJb7232107783F41C29e00" # Replace with your key
API_KEY = "" # Replace with your key
BASE_URL = "https://cn2us02.opapi.win/v1" # Optional: if using a custom OpenAI endpoint
DATA_STORAGE_PATH = "./simple_demo_data"
LLM_MODEL = "gpt-4o-mini"
Expand Down Expand Up @@ -90,4 +90,4 @@ def simple_demo():
print(f"Assistant: {response}")

if __name__ == "__main__":
simple_demo()
simple_demo()