Merge branch 'main' into lorenze/improve-docs-flows

This commit is contained in:
Lorenze Jay
2025-12-10 08:53:05 -08:00
committed by GitHub
226 changed files with 38898 additions and 38905 deletions

View File

@@ -515,8 +515,7 @@ crew = Crew(
"provider": "huggingface",
"config": {
"api_key": "your-hf-token", # Optional for public models
"model": "sentence-transformers/all-MiniLM-L6-v2",
"api_url": "https://api-inference.huggingface.co" # or your custom endpoint
"model": "sentence-transformers/all-MiniLM-L6-v2"
}
}
)