This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_broadcast
Watch
0
Star
0
Fork
0
Code
Issues
13
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[talk.py] main の引数の個数不一致
btc-sounds
みてるぞ
10 months ago
parent
64fae25eae
commit
b4cf19af99
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
talk.py
+ 1
- 1
talk.py
View File
@@ -15,7 +15,7 @@ class Talk:
top_p: int = 1
@classmethod
def main (cls, message: str, name: str | None) -> str:
def main (cls, message: str, name: str | None
= None
) -> str:
openai.organization = OPENAI_ORGANISATION
openai.api_key = OPENAI_API_KEY
Write
Preview
Loading…
Cancel
Save