mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Forgot comma
This commit is contained in:
parent
41d1a15ea8
commit
035a6ebfd7
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ async def openai_chatbot(self, ctx: Message, strings):
|
||||||
try:
|
try:
|
||||||
response = await ai.chat.completions.create(
|
response = await ai.chat.completions.create(
|
||||||
model="gpt-4o-mini",
|
model="gpt-4o-mini",
|
||||||
messages=[{"role": "user", "content": pertanyaan}]
|
messages=[{"role": "user", "content": pertanyaan}],
|
||||||
temperature=0.7,
|
temperature=0.7,
|
||||||
stream=True,
|
stream=True,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue