Skip to content

Commit

Permalink
Merge pull request #60 from intelligentnode/bug-fix
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
intelligentnode authored Feb 22, 2024
2 parents c2e7051 + 1b37bef commit 73bbb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intelli/flow/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def start(self, max_workers=10):
def generate_graph_img(self, name='graph_img', save_path='.', ):

if not MATPLOTLIB_AVAILABLE:
raise Exception("Install matplotlib to use the visual functionality")c
raise Exception("Install matplotlib to use the visual functionality")

plt.figure(figsize=(10, 10))
pos = nx.spring_layout(self.graph)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="intelli",
version="0.1.3",
version="0.1.4",
author="Intellinode",
author_email="[email protected]",
description="Create chatbots and AI agent workflows. Intelli provide unified layer to connect your data with multiple AI models like OpenAI, Gemini, and Mistral.",
Expand Down

0 comments on commit 73bbb55

Please sign in to comment.