We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669ac09 commit a5af0e0Copy full SHA for a5af0e0
Horizontal View - app.py
@@ -47,7 +47,7 @@ def get_models():
47
st.warning("No models found. Ensure Ollama is running and has models pulled.")
48
st.stop()
49
50
-HISTORY_FILE = "chat_history.json"
+HISTORY_FILE = "Horizontal_chat_history.json"
51
52
def load_chat_history():
53
if os.path.exists(HISTORY_FILE):
0 commit comments