Spaces:
Sleeping
Sleeping
Update src/helper_functions.py
Browse files- src/helper_functions.py +0 -4
src/helper_functions.py
CHANGED
@@ -11,10 +11,6 @@ from datetime import datetime
|
|
11 |
import regex
|
12 |
import os
|
13 |
|
14 |
-
def initialize_session_state():
|
15 |
-
if "chat_history" not in st.session_state:
|
16 |
-
st.session_state.chat_history = []
|
17 |
-
|
18 |
|
19 |
def setup_watsonxai_client(
|
20 |
api_key: str, project_id: str, url: str = "https://eu-de.ml.cloud.ibm.com"
|
|
|
11 |
import regex
|
12 |
import os
|
13 |
|
|
|
|
|
|
|
|
|
14 |
|
15 |
def setup_watsonxai_client(
|
16 |
api_key: str, project_id: str, url: str = "https://eu-de.ml.cloud.ibm.com"
|