Spaces:
Runtime error
Runtime error
ASG Models
commited on
Update genai_chat_ai.py
Browse files- 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=
|
| 58 |
|
|
|
|
| 54 |
)
|
| 55 |
return chat_session
|
| 56 |
|
| 57 |
+
AI=create_chat_session()
|
| 58 |
|