fix: remove stray tab causing IndentationError in chat/completions/index.dspy
This commit is contained in:
parent
4955e29f7d
commit
8c77f552a8
@ -40,7 +40,7 @@ if not llmid:
|
|||||||
debug(f'{params_kw.model=} not found for catelogid={catelogid}')
|
debug(f'{params_kw.model=} not found for catelogid={catelogid}')
|
||||||
return openai_400()
|
return openai_400()
|
||||||
params_kw.llmid = llmid
|
params_kw.llmid = llmid
|
||||||
params_kw.llmcatelogid = catelogid
|
params_kw.llmcatelogid = catelogid
|
||||||
|
|
||||||
debug(f'{params_kw.llmid=}')
|
debug(f'{params_kw.llmid=}')
|
||||||
luid = getID()
|
luid = getID()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user