Skip to content

Commit a3c9bf0

Browse files
authored
Merge pull request #73 from FalkorDB/gemini-2
Update LLM model to Gemini 2.0 full
2 parents f235c88 + 7be2007 commit a3c9bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def _define_ontology() -> Ontology:
237237
def _create_kg_agent(repo_name: str):
238238
global ontology
239239

240-
model_name = os.getenv('MODEL_NAME', 'gemini/gemini-2.0-flash-exp')
240+
model_name = os.getenv('MODEL_NAME', 'gemini/gemini-2.0-flash')
241241

242242
model = LiteModel(model_name)
243243

0 commit comments

Comments
 (0)