Исправлена ошибка в 2e7f2d.
This commit is contained in:
parent
51fa14771f
commit
8c95f8a221
1 changed files with 1 additions and 2 deletions
|
|
@ -85,8 +85,7 @@ class AiAgent:
|
||||||
response = await self.client.chat.send_async(
|
response = await self.client.chat.send_async(
|
||||||
model=self.model,
|
model=self.model,
|
||||||
messages=context,
|
messages=context,
|
||||||
max_tokens=500,
|
max_tokens=500
|
||||||
temperature=self.model_temp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Extract AI response
|
# Extract AI response
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue