File size: 242 Bytes
302ee5a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
embeddings:
  provider: "openai"
  api_key: "YOUR_SUPER_SECRET_OPENAI_API_KEY"
  model: "text-embedding-3-small"
llm:
  provider: "openai"
  api_key: "YOUR_SUPER_SECRET_OPENAI_API_KEY"
  model: "gpt4o-mini"
  temperature: 0
  max_tokens: 8192