From a0e2a347615bdd594e20eb79aaa36a71bee96f73 Mon Sep 17 00:00:00 2001 From: Zachary BENSALEM Date: Sun, 18 Aug 2024 18:46:37 +0200 Subject: [PATCH] Update README.md Signed-off-by: Zachary BENSALEM --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe3414f84..6bb40e5c9 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ GraphFleet uses knowledge graphs to provide substantial improvements in question Environment Variables: Set up your environment variables in a .env file (refer to the .env.example file for available options). Key variables include: ```sh - export GRAPHRAG_API_KEY="fd7763c639184c20962857cacacd1a38" - export GRAPHRAG_API_BASE="https://gpt-4o-fr.openai.azure.com" + export GRAPHRAG_API_KEY="your API key" + export GRAPHRAG_API_BASE="your API endpoint if you use Azure OpenAI" export GRAPHRAG_API_VERSION="2024-04-01-preview" - export GRAPHRAG_LLM_MODEL="gpt-4" + export GRAPHRAG_LLM_MODEL="gpt-4o or gpt-4" export GRAPHRAG_DEPLOYMENT_NAME="model name" export GRAPHRAG_EMBEDDING_MODEL="embedding model" ```