fix: various linter adjustments

This commit is contained in:
drbh 2025-02-20 21:18:16 +00:00
parent d278d3cf4c
commit 0928018ac2
2 changed files with 3 additions and 3 deletions

View File

@ -1746,7 +1746,7 @@
"type": { "type": {
"type": "string", "type": "string",
"enum": [ "enum": [
"json" "json_schema"
] ]
}, },
"value": { "value": {
@ -2406,4 +2406,4 @@
"description": "Hugging Face Text Generation Inference API" "description": "Hugging Face Text Generation Inference API"
} }
] ]
} }

View File

@ -29,7 +29,7 @@ async def test_grammar_response_format_llama_json(llama_grammar, response_snapsh
unit: str unit: str
temperature: List[int] temperature: List[int]
json_payload={ json_payload = {
"model": "tgi", "model": "tgi",
"messages": [ "messages": [
{ {