mou3az commited on
Commit
52a6248
·
verified ·
1 Parent(s): 7c44a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ llm = HuggingFaceEndpoint(
23
  )
24
  chat_model = ChatHuggingFace(llm=llm)
25
 
 
26
  messages = [
27
  SystemMessage(content="You are a helpful assistant."),
28
  HumanMessage(content="Hi AI, how are you today?"),
 
23
  )
24
  chat_model = ChatHuggingFace(llm=llm)
25
 
26
+ global messages
27
  messages = [
28
  SystemMessage(content="You are a helpful assistant."),
29
  HumanMessage(content="Hi AI, how are you today?"),