updated readme with arguments for litellm

This commit is contained in:
Aravind Karnam
2025-05-02 17:04:42 +05:30
parent 6650b2f34a
commit bd5a9ac632

View File

@@ -69,11 +69,12 @@ _See more: <https://www.linkedin.com/search/results/companies/?geoUrn=XXX> t
python c4ai_insights.py \ python c4ai_insights.py \
--in ./data \ --in ./data \
--out ./data \ --out ./data \
--embed_model all-MiniLM-L6-v2 \ --embed_model all-MiniLM-L6-v2 \
--top_k 10 \ --llm-provider gemini/gemini-2.0-flash \
--openai_model gpt-4.1 \ --llm-api-key "" \
--max_llm_tokens 8024 \ --top-k 10 \
--llm_temperature 1.0 \ --max-llm-tokens 8024 \
--llm-temperature 1.0 \
--workers 4 --workers 4
``` ```
Emits next to the Stage1 files: Emits next to the Stage1 files: