From 8870107dd041b14dbe203e1db915104c4561fa8d Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 2 Oct 2025 15:38:48 -0300 Subject: [PATCH] delete config folder --- config/config.example.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 config/config.example.yaml diff --git a/config/config.example.yaml b/config/config.example.yaml deleted file mode 100644 index 410025e7..00000000 --- a/config/config.example.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# OpenRAG Configuration File -provider: - model_provider: "openai" # openai, anthropic, azure, etc. - api_key: "your-api-key" # or use OPENAI_API_KEY env var - -knowledge: - embedding_model: "text-embedding-3-small" - chunk_size: 1000 - chunk_overlap: 200 - ocr: true - picture_descriptions: false - -agent: - llm_model: "gpt-4o-mini" - system_prompt: "You are a helpful AI assistant..." \ No newline at end of file