CoolFace
Apppublic

CGIAR/WEAIbot-2

sourceHugging Faceupdated 10d agoView on Hugging Face
0likes
config.yaml46 linesDownload Raw Back to root
1chatbot:2  name: WEAIBot3  domain: Womens Empowerment in Agriculture Index4llm:5  provider: hugging-face6  model: openai/gpt-oss-120b:deepinfra7  temperature: 0.08  max_tokens: 81929api_keys:10  openai: ''11  anthropic: ''12  gemini: ''13  meta-llama: ''14embeddings:15  provider: local16  openai_model: text-embedding-3-small17  emb_model: sentence-transformers/all-mpnet-base-v218retrieval:19  chunk_size: 100020  chunk_overlap: 10021  top_k: 10022  max_distance: 0.5523  max_context_chars: 1200024web_search:25  enabled: true26  backend: semantic_scholar27  max_results: 528query_understanding:29  enabled: true30  max_history: 631  max_clarifications: 132query_categorization:33  max_history: 634  max_clarifications: 135verification:36  enabled: true37  max_iterations: 338  strict_mode: false39sql:40  enabled: true41  max_rows: 20042paths:43  knowledge_base: knowledge_base44  vector_db: chroma_db45  sql_db: sql_db46