mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-10 19:32:06 +00:00
fix: various linter adjustments
This commit is contained in:
parent
d278d3cf4c
commit
0928018ac2
@ -1746,7 +1746,7 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"json"
|
"json_schema"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user