mirror of https://github.com/Mai-with-u/MaiBot.git
commit
7eaafe95b1
|
|
@ -253,7 +253,7 @@ class LLM_request:
|
||||||
async def _build_payload(self, prompt: str, image_base64: str = None) -> dict:
|
async def _build_payload(self, prompt: str, image_base64: str = None) -> dict:
|
||||||
"""构建请求体"""
|
"""构建请求体"""
|
||||||
# 复制一份参数,避免直接修改 self.params
|
# 复制一份参数,避免直接修改 self.params
|
||||||
params_copy = self._transform_parameters(self.params)
|
params_copy = await self._transform_parameters(self.params)
|
||||||
if image_base64:
|
if image_base64:
|
||||||
payload = {
|
payload = {
|
||||||
"model": self.model_name,
|
"model": self.model_name,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue