nbaldwin commited on
Commit
de39f9b
·
1 Parent(s): 8c63faa

changed dependencies to main

Browse files
Files changed (1) hide show
  1. __init__.py +1 -1
__init__.py CHANGED
@@ -2,7 +2,7 @@
2
 
3
 
4
  dependencies = [
5
- {"url": "aiflows/ChatFlowModule", "revision": "coflows"},
6
  ]
7
  from aiflows import flow_verse
8
  flow_verse.sync_dependencies(dependencies)
 
2
 
3
 
4
  dependencies = [
5
+ {"url": "aiflows/ChatFlowModule", "revision": "main"},
6
  ]
7
  from aiflows import flow_verse
8
  flow_verse.sync_dependencies(dependencies)