tonyassi commited on
Commit
f9a3791
·
verified ·
1 Parent(s): 0e0dd6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ app = Flask(__name__)
8
  client = Client("tonyassi/llm-api", token=os.environ.get("HF_TOKEN"))
9
  API_NAME = "/chat"
10
 
11
- # In-memory store: resets if Space restarts (fine for your use-case)
12
  HISTORIES = {}
13
 
14
  def llm_response(session_id: str, user_input: str) -> str:
 
8
  client = Client("tonyassi/llm-api", token=os.environ.get("HF_TOKEN"))
9
  API_NAME = "/chat"
10
 
 
11
  HISTORIES = {}
12
 
13
  def llm_response(session_id: str, user_input: str) -> str: