Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 5518d6a

Browse files
committed
fix CI
1 parent b4b4f81 commit 5518d6a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

api/llm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ def _define_ontology() -> Ontology:
235235
ontology = _define_ontology()
236236

237237
def _create_kg_agent(repo_name: str):
238-
global ontology
239-
240238
model_name = os.getenv('MODEL_NAME', 'gemini/gemini-2.0-flash')
241239

242240
model = LiteModel(model_name)

0 commit comments

Comments
 (0)