community: sambastudio llm refactor (#27215)

**Description:** 
    - Sambastudio LLM refactor 
    - Sambastudio openai compatible API support added
    - docs updated
This commit is contained in:
Jorge Piedrahita Ortiz
2024-10-27 10:08:15 -05:00
committed by GitHub
parent fe87e411f2
commit 8895d468cb
4 changed files with 681 additions and 649 deletions

View File

@@ -20,7 +20,7 @@ count=$(git grep -E '(@root_validator)|(@validator)|(@field_validator)|(@pre_ini
# PRs that increase the current count will not be accepted.
# PRs that decrease update the code in the repository
# and allow decreasing the count of are welcome!
current_count=127
current_count=126
if [ "$count" -gt "$current_count" ]; then
echo "The PR seems to be introducing new usage of @root_validator and/or @field_validator."
@@ -52,4 +52,4 @@ if [ "$count" -gt "$current_count" ]; then
elif [ "$count" -lt "$current_count" ]; then
echo "Please update the $current_count variable in ./scripts/check_pydantic.sh to $count"
exit 1
fi
fi