nbaldwin commited on
Commit
8d8c91e
1 Parent(s): 148218a

Update __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +2 -2
__init__.py CHANGED
@@ -1,7 +1,7 @@
1
  # ~~~ Specify the dependencies ~~~
2
  dependencies = [
3
- {"url": "aiflows/OpenAIChatFlowModule", "revision": "d69ba2125de99d2edb631dd51d22225ed9e3446c"},
4
- {"url": "aiflows/FixedReplyFlowModule", "revision": "65fbdbe19f5a8fdc48810810812552c5674d35a5"},
5
  ]
6
 
7
  from flows import flow_verse
 
1
  # ~~~ Specify the dependencies ~~~
2
  dependencies = [
3
+ {"url": "aiflows/ChatFlowModule", "revision": "main"},
4
+ {"url": "aiflows/FixedReplyFlowModule", "revision": "main"},
5
  ]
6
 
7
  from flows import flow_verse