wip - trying to connect to OpenAi

This commit is contained in:
Dario Ghunney Ware
2025-11-05 18:03:58 +00:00
parent e142647d8d
commit 5e26decf19
15 changed files with 41 additions and 74 deletions

View File

@@ -102,7 +102,6 @@ premium:
primary: gpt-5-nano # Default lightweight model
fallback: gpt-5-mini # Escalation model for complex prompts
embedding: text-embedding-3-small # Embedding model for vector store usage
apiKey: '' # Provide your OpenAI-compatible API key (or use SPRING_AI_OPENAI_API_KEY env var)
rag:
chunkSizeTokens: 512 # Token window used when chunking text
chunkOverlapTokens: 128 # Overlap between successive chunks