franky-v1 / config.yaml
architojha's picture
adding files
4067b64
raw
history blame contribute delete
564 Bytes
userPreference:
llmService: 'openai' # 'ollama' or 'openai' or 'groq'
ModuleList: [
'IngestData',
'AugmentData',
'GenerateData',
'SearchData',
'Train',
'Evaluate',
'TriggerDeployment',
'ComparePerformance']
OpenAIConfig:
llm: "gpt-4o-mini"
embeddingModel: "text-embedding-3-small"
OllamaConfig:
llm: "llama3.2:latest"
baseURL: "http://localhost:11434"
GroqConfig:
llm: 'llama-3.3-70b-versatile'
hfEmbedding: "BAAI/bge-small-en-v1.5"