bugfix
This commit is contained in:
parent
3bd240bdc7
commit
78cc872da4
@ -109,9 +109,6 @@ async def get_llm(llmid):
|
|||||||
today = curDateString()
|
today = curDateString()
|
||||||
sql = """select x.*,
|
sql = """select x.*,
|
||||||
z.input_fields,
|
z.input_fields,
|
||||||
y.system_message,
|
|
||||||
y.user_message,
|
|
||||||
y.assisant_message
|
|
||||||
from (
|
from (
|
||||||
select a.*, e.ioid, e.stream
|
select a.*, e.ioid, e.stream
|
||||||
from llm a, upapp c, uapiset d, uapi e
|
from llm a, upapp c, uapiset d, uapi e
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user