mirror of
https://github.com/getzep/graphiti.git
synced 2025-06-27 02:00:02 +00:00
Update default MCP Server model to gpt-4o-mini (#317)
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/getzep/graphiti?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
parent
f9aa90f612
commit
e12edf2cd6
@ -9,7 +9,7 @@ NEO4J_PASSWORD=demodemo
|
|||||||
# OpenAI API Configuration
|
# OpenAI API Configuration
|
||||||
# Required for LLM operations
|
# Required for LLM operations
|
||||||
OPENAI_API_KEY=your_openai_api_key_here
|
OPENAI_API_KEY=your_openai_api_key_here
|
||||||
MODEL_NAME=gpt-4o
|
MODEL_NAME=gpt-4o-mini
|
||||||
|
|
||||||
# Optional: Only needed for non-standard OpenAI endpoints
|
# Optional: Only needed for non-standard OpenAI endpoints
|
||||||
# OPENAI_BASE_URL=https://api.openai.com/v1
|
# OPENAI_BASE_URL=https://api.openai.com/v1
|
||||||
|
@ -31,7 +31,7 @@ from graphiti_core.utils.maintenance.graph_data_operations import clear_data
|
|||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
DEFAULT_LLM_MODEL = 'gpt-4o'
|
DEFAULT_LLM_MODEL = 'gpt-4o-mini'
|
||||||
|
|
||||||
|
|
||||||
class Requirement(BaseModel):
|
class Requirement(BaseModel):
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
"NEO4J_USER": "neo4j",
|
"NEO4J_USER": "neo4j",
|
||||||
"NEO4J_PASSWORD": "demodemo",
|
"NEO4J_PASSWORD": "demodemo",
|
||||||
"OPENAI_API_KEY": "${OPENAI_API_KEY}",
|
"OPENAI_API_KEY": "${OPENAI_API_KEY}",
|
||||||
"MODEL_NAME": "gpt-4o"
|
"MODEL_NAME": "gpt-4o-mini"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user