bugfix
This commit is contained in:
parent
4307ac7b3e
commit
49b36184a0
@ -218,7 +218,8 @@ class UAPI:
|
||||
return
|
||||
|
||||
async def stream_resp(self, api):
|
||||
url = self.env.get('baseurl') + api.path
|
||||
path = self.rendertmpl(api.path)
|
||||
url = self.env.get('baseurl') + path
|
||||
method = api.httpmethod
|
||||
headers = self.rendertmpl(api.headers)
|
||||
try:
|
||||
|
||||
3
wwwroot/minimix_callback.dspy
Normal file
3
wwwroot/minimix_callback.dspy
Normal file
@ -0,0 +1,3 @@
|
||||
return {
|
||||
"challenge":f"{params_kw.challenge}"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user