Skip to content

Commit

Permalink
bugfix: somehow 'core' was added to import
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMRS committed Nov 11, 2024
1 parent 8efbee7 commit 63a2ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from flask import Flask, request, url_for, jsonify
from graphAgent import Graph
from core.Agents.neo_agent import NeoAgent
from Agents.neo_agent import NeoAgent
from models import Model
from summarize_chat import summarize_chat
from rag import embed_and_store
Expand Down

0 comments on commit 63a2ea6

Please sign in to comment.