ASG Models commited on
Commit
5bab70b
1 Parent(s): 27b9232

Update genai_chat_ai.py

Browse files
Files changed (1) hide show
  1. genai_chat_ai.py +1 -1
genai_chat_ai.py CHANGED
@@ -54,5 +54,5 @@ def create_chat_session():
54
  )
55
  return chat_session
56
 
57
- AI=chat_session()
58
 
 
54
  )
55
  return chat_session
56
 
57
+ AI=create_chat_session()
58