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 142cc48 commit 2332083Copy full SHA for 2332083
chart/web-app/app.py
@@ -9,6 +9,8 @@
9
from langchain.schema import HumanMessage, AIMessage, SystemMessage
10
from langchain_openai import ChatOpenAI
11
12
+print("\n Starting app \n---------------\n")
13
+
14
settings = AppSettings.load("./settings.yml")
15
print("App settings:")
16
rich.print(settings)
0 commit comments