mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
fix: various linter adjustments
This commit is contained in:
parent
d278d3cf4c
commit
0928018ac2
@ -1746,7 +1746,7 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"json"
|
||||
"json_schema"
|
||||
]
|
||||
},
|
||||
"value": {
|
||||
@ -2406,4 +2406,4 @@
|
||||
"description": "Hugging Face Text Generation Inference API"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -29,7 +29,7 @@ async def test_grammar_response_format_llama_json(llama_grammar, response_snapsh
|
||||
unit: str
|
||||
temperature: List[int]
|
||||
|
||||
json_payload={
|
||||
json_payload = {
|
||||
"model": "tgi",
|
||||
"messages": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user