bugfix
This commit is contained in:
parent
e8ca504eaa
commit
ad2b47a890
@ -44,8 +44,6 @@ async def get_llm(llmid):
|
||||
today = curDateString()
|
||||
sql = """select x.*,
|
||||
z.input_fields,
|
||||
z.input_view,
|
||||
z.output_view,
|
||||
y.system_message,
|
||||
y.user_message,
|
||||
y.assisant_message
|
||||
|
||||
@ -8,8 +8,6 @@ db = DBPools()
|
||||
async with db.sqlorContext(dbname) as sor:
|
||||
sql = """select x.*,
|
||||
z.input_fields,
|
||||
z.input_view,
|
||||
z.output_view,
|
||||
y.system_message,
|
||||
y.user_message,
|
||||
y.assisant_message
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
"list_models_url":"{{entire_url('list_paging_catelog_llms.dspy')}}",
|
||||
"estimate_url":"{{entire_url('model_estimate.dspy')}}",
|
||||
"input_fields":{{llm.input_fields}},
|
||||
"input_view":{{llm.input_view}},
|
||||
"models":[
|
||||
{
|
||||
"llmid":"{{llm.id}}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user