Spaces:
Sleeping
Sleeping
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" | |